From f837e6c3113137a221b7a960ce52ab11f1ac6c4a Mon Sep 17 00:00:00 2001
From: Amy King <amyking386@gmail.com>
Date: Wed, 20 Jan 2021 20:35:54 +0000
Subject: [PATCH] Bug 27471: changed link text

Test plan:
1. Complete the steps above to reproduce, specially noting the last step
2. Apply the path
3. Complete step 1 again, but now notice how the link says "View the
merged record"
---
 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..cbc601c71d 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 ) %]
 
     <script>window.location.href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | html %]";</script>
-    <p>The merging was successful. <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | uri %]">Click here to see the merged record.</a></p>
+    <p>The merging was successful. <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | uri %]">View the merged record.</a></p>
 
 [% ELSIF ( choosereference ) %]
 
-- 
2.11.0