In the .pot file, this:
#: login_security.module:1
msgid "You have used %ip_current_count out of %hard_block_attempts login attempts. After all %hard_block_attempts have been used, you will be unable to login for %tracking_time hour(s)."
should be this:
#: login_security.module:1
msgid "You have used %ip_current_count out of %soft_block_attempts login attempts. After all %soft_block_attempts have been used, you will be unable to login for %tracking_time hour(s)."
for the first notification field to translate as expected.
Comments
Comment #1
deekayen commented