From 55605237b0122f8704165f11f8a5fadbc91d7561 Mon Sep 17 00:00:00 2001 From: Amy King Date: Wed, 20 Jan 2021 23:06:41 +0000 Subject: [PATCH] Bug 27479: changed link text to be more helpful Test plan: 1. Follow the steps above to reproduce, and notice how the link says "Click here to login" 2. Apply patch 3. Follow the steps above to reproduce again, but now notice how the link says "Log in to your account" Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall --- .../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 045d15ab2d..c2f0c9654a 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 @@ -175,7 +175,7 @@ [% ELSIF (password_reset_done) %]

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

- Click here to login. + Log in to your account.
[% END # /IF (! Categories.can_any_reset_password ) %] -- 2.24.1 (Apple Git-126)