i18n: Swap three docs for ellipsis.

This commit is contained in:
Alex Vandiver
2025-07-27 03:18:08 +00:00
parent 2af6338756
commit 2491dc47e8
4 changed files with 5 additions and 5 deletions

View File

@@ -377,7 +377,7 @@ class AltchaWidget(forms.TextInput):
orjson.dumps(
{
"verified": _("Verified that you're a human user!"),
"verifying": _("Verifying that you're not a bot..."),
"verifying": _("Verifying that you're not a bot"),
}
).decode(),
)