From 936ab6216d2be6565b686f18450d02808938681d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sat, 7 May 2016 14:03:27 +0200 Subject: [PATCH] Bug 16471: Translatability: Fix issues in opac-password-recovery.tt This patch fixes issues with the translatability of opac-password-recovery.tt To test: - 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(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt index 91ac94d..9d27b4b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt +++ b/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 %]
-- 1.7.10.4