From ad84b4d8c30c9a1c2b09f61792b27266fdb14c73 Mon Sep 17 00:00:00 2001 From: Amy King Date: Wed, 20 Jan 2021 02:07:34 +0000 Subject: [PATCH] Bug 27471: Link text change so is more helpful. Test PLan: 1. Complete the above steps to reproduce, specially noting the last step 2. Apply the patch 3. Complete step 1 again, but now notice how the links says "This sentence is the link to ..." --- koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt index e102527c13..16a9d0a1b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt @@ -47,7 +47,7 @@ div#result { margin-top: 1em; } [% ELSIF ( result ) %] -

The merging was successful. Click here to see the merged record.

+

The merging was successful. This sentence is the link to see the merged record.

[% ELSIF ( choosereference ) %] -- 2.11.0