diff --git a/django/contrib/auth/forms.py b/django/contrib/auth/forms.py index 6af9139cb2..f63dc7b854 100644 --- a/django/contrib/auth/forms.py +++ b/django/contrib/auth/forms.py @@ -88,7 +88,7 @@ class AuthenticationForm(forms.Form): return self.user_cache class PasswordResetForm(forms.Form): - email = forms.EmailField(label=_("Email"), max_length=40) + email = forms.EmailField(label=_("E-mail"), max_length=40) def clean_email(self): """