Skip to content

Commit

Permalink
Translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Aug 22, 2023
1 parent e2848cd commit 81e110f
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 81e110f

Please sign in to comment.