From 93a456872460743ed6c0bcdf257c17464ca1bbfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Mon, 9 Sep 2024 04:35:40 +0000 Subject: [PATCH] Articulate --- weblate/accounts/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."), )