diff --git a/weblate/accounts/forms.py b/weblate/accounts/forms.py index de07d9d84f25..c1ae795ed2ce 100644 --- a/weblate/accounts/forms.py +++ b/weblate/accounts/forms.py @@ -439,7 +439,7 @@ class EmailForm(UniqueEmailMixin): email = EmailField( label=gettext_lazy("E-mail"), - help_text=gettext_lazy("En e-mail with a confirmation link will be sent here."), + help_text=gettext_lazy("An e-mail with a confirmation link will be sent here."), )