Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
fix: Updated the "invalid_login" error message (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylor32 authored and relekang committed Dec 14, 2016
1 parent 1623fec commit 9fa728b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nopassword/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AuthenticationForm(forms.Form):

error_messages = {
'invalid_login': _("Please enter a correct username. "
"Note that both fields are case-sensitive."),
"Note that it is case-sensitive."),
'no_cookies': _("Your Web browser doesn't appear to have cookies "
"enabled. Cookies are required for logging in."),
'inactive': _("This account is inactive."),
Expand Down

0 comments on commit 9fa728b

Please sign in to comment.