From e57aaac163eac7857525c927e8897265f5091e6d Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 22 Mar 2019 11:22:00 -0300 Subject: [PATCH] Bug 21890: Wrap message in span Signed-off-by: Tomas Cohen Arazi --- .../opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 aa60089c4b..66eb0e1e6c 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 @@ -56,7 +56,7 @@ [% ELSIF (errNoBorrowerFound) %] No account was found with the provided information. [% ELSIF errResetForbidden %] - You are not allowed to reset your password. Contact library staff for assistance. + You are not allowed to reset your password. Contact library staff for assistance. [% ELSIF (errMultipleAccountsForEmail) %] Account identification with this email address only is ambiguous.
Please use the field 'Login' as well. -- 2.21.0