Fix spelling/apostrophe

This commit is contained in:
Martin Gross
2025-05-22 10:37:44 +02:00
parent 4134fd8b36
commit 5659cc0cf8
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ class AuthenticationForm(forms.Form):
'invalid_login': _(
"We have not found an account with this email address and password."
),
'invalid_login_email': _('Please verify that you entered the correct email addess.'),
'invalid_login_email': _('Please verify that you entered the correct email address.'),
'invalid_login_password': _('Please enter the correct password.'),
'inactive': _("This account is disabled."),
'unverified': _("You have not yet activated your account and set a password. Please click the link in the "