Commit b27e8bcf authored by Michal Čihař's avatar Michal Čihař

Merge pull request #388 from ruleant/typo

improve message
parents b4a4c594 5d11483e
......@@ -402,7 +402,7 @@ def password(request):
else:
messages.error(
request,
_('You have entered invalid password.')
_('You have entered an invalid password.')
)
else:
change_form = PasswordChangeForm()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment