From 58f07b5130c6fbf439e074f460117577c3b194fb Mon Sep 17 00:00:00 2001 From: Amy King Date: Wed, 20 Jan 2021 01:32:33 +0000 Subject: [PATCH] Bug 27472: Link text change so is more helpful. Test Plan: 1. Complete the steps to reproduce above, specially noting the last step 2. Apply the patch 3. Complete step 1 again, but now notice how the link says "This sentence is the link to ..." --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt index 67c8e6771b..066f4777b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt @@ -39,7 +39,7 @@ div#result { margin-top: 1em; } [% END %] [% ELSE %] -

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

+

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

Report

-- 2.11.0