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
Signed-off-by: Caitlin Goodger <caitlingoodger.student@wegc.school.nz>
Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Aleisha Amohia 2017-01-13 00:19:48 +00:00 committed by Kyle M Hall
parent d5446ed480
commit 86ec263b2d

View file

@ -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.