@@ -, +, @@ opac-password-recovery.tt - Apply patch - Verify that text changes make sense. --- .../opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt @@ -47,7 +47,7 @@

Forgotten password recovery

[% IF (hasError) %]
-

Oops!

+

Error

[% IF (sendmailError) %] An error has occurred while sending you the password recovery link. @@ -57,9 +57,9 @@ [% ELSIF (errAlreadyStartRecovery) %] The process of password recovery has already been started for this account ("[% username %]")
You should have received an email with a link to reset your password. -
If you did not receive this email, you can request a new password recovery link. +
If you did not receive this email, you can request a new one: Get new password recovery link [% ELSIF (errPassNotMatch) %] - Oops! The passwords must match. + The passwords do not match. [% ELSIF (errPassTooShort) %] Your chosen password is too short.
The password must contain at least [% minPassLength %] characters. @@ -116,7 +116,7 @@ [% ELSIF (password_reset_done) %]

The password has been changed for user "[% username %]".

- Click here to login. + Click here to login.
[% END %]
--