From 7fa940e408716d0443b0453aa892af5719933891 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 20 Aug 2015 10:13:06 +1200 Subject: [PATCH] Bug 8753 - [followup} Correcting spelling mistakes Make sure it all still works --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt | 4 ++-- opac/opac-password-recovery.pl | 2 +- 2 files changed, 3 insertions(+), 3 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 f9bf3b0..8ffb3e3 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,10 +47,10 @@

Password recovery

[% IF (hasError) %]
-

An error occured

+

An error occurred

[% IF (sendmailError) %] - An error has occured while sending you the password recovery link. + An error has occurred while sending you the password recovery link.
Please try again later. [% ELSIF (errNoBorrowerFound) %] No account was found with the provided information. diff --git a/opac/opac-password-recovery.pl b/opac/opac-password-recovery.pl index bafdb1e..ba7bcb6 100755 --- a/opac/opac-password-recovery.pl +++ b/opac/opac-password-recovery.pl @@ -114,7 +114,7 @@ if ( $query->param('sendEmail') || $query->param('resendEmail') ) { email => $email ); } - else {# if it doesnt work.... + else {# if it doesn't work.... $template->param( password_recovery => 1, sendmailError => 1 -- 1.9.1