@@ -, +, @@ --- .../opac-tmpl/bootstrap/en/modules/opac-reset-password.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt @@ -51,16 +51,16 @@ You entered an incorrect username or password. Please try again! But note that passwords are case sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked out after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you continue to have problems. [% CASE 'no_expire' %] Please log-in to account to update your password.
- Log in to your account + Log in to your account. [% CASE 'account_locked' %] This account has been locked! [% IF Categories.can_any_reset_password && Koha.Preference('OpacBaseURL') %] You must reset your password via e-mail. [% ELSE %] - You must contact the library for assistance + You must contact the library for assistance. [% END %] [% CASE %] - An unknown error occurred. PLease try again or contact the library for assistance + An unknown error occurred. Please try again or contact the library for assistance. [% END %]

--