diff options
Diffstat (limited to 'django/contrib/admin/forms.py')
| -rw-r--r-- | django/contrib/admin/forms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/contrib/admin/forms.py b/django/contrib/admin/forms.py index f26c10014d..e790e2e3b6 100644 --- a/django/contrib/admin/forms.py +++ b/django/contrib/admin/forms.py @@ -6,8 +6,8 @@ from django.contrib.auth.models import User from django.utils.translation import ugettext_lazy, ugettext as _ -ERROR_MESSAGE = ugettext_lazy("Please enter a correct username and password. " - "Note that both fields are case-sensitive.") +ERROR_MESSAGE = ugettext_lazy("Please enter the correct username and password " + "for a staff account. Note that both fields are case-sensitive.") class AdminAuthenticationForm(AuthenticationForm): """ |
