Skip to content

Commit

Permalink
Merge pull request #4 from keitaroinc/translate-fix
Browse files Browse the repository at this point in the history
Translation fix
  • Loading branch information
blagojabozinovski authored Aug 22, 2023
2 parents e2848cd + 81e110f commit 6803c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/password_policy/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def logged_in():
return me()
else:

err = _(u'Login failed. Bad username or password')
err = _(u'Login failed. Bad username or password.')
h.flash_error(err)
return custom_login()

Expand Down

0 comments on commit 6803c0d

Please sign in to comment.