From a0d287534b7d3049bed087c018eff50436b54bad Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Fri, 13 Jan 2017 00:19:48 +0000 Subject: [PATCH] Bug 17895: 'Re-set' typo fix To test: 1) Log into OPAC and go to change your password 2) Enter current password incorrectly and click Submit changes 3) Observe error message and typo 're-set' 4) Apply patch and refresh page 5) May be asked to resend data - if so, click Resend, if not, repeat step 2 6) Observe error message and corrected spelling of 'reset' Sponsored-by: Catalyst IT --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt index f2766c9..136bbac 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt @@ -36,7 +36,7 @@ Your new password must be at least [% minpasslen %] characters long. [% END %] [% IF ( WrongPass ) %] - Your current password was entered incorrectly. If this problem persists, please ask a librarian to re-set your password for you. + Your current password was entered incorrectly. If this problem persists, please ask a librarian to reset your password for you. [% END %] [% IF PasswordContainsTrailingSpaces %] Your password contains leading and/or trailing spaces. -- 2.1.4