From d448cf81e127a0a13e530c0f5383f1461ad3a6e0 Mon Sep 17 00:00:00 2001
From: Lisette Scheer <lisettes@latahlibrary.org>
Date: Sat, 24 Oct 2020 18:18:54 +0000
Subject: [PATCH] Bug 26723: Improve link text on OverDriveAuthName system
 preference

The OverDriveAuthName system preference contains a link labeled "here"
to a seperate administration page that should be labeled better. This
patch renames the link.

To test:
1. Go to administration
2. Search the system preferences for OverDriveAuthName
3. Obeserve the "here" link in the preference.
4. Apply the patch.
5. Repeat steps 1-2.
6. Observe the new link text.
7. Sign off.

Signed-off-by: David Nind <david@davidnind.com>
---
 .../prog/en/modules/admin/preferences/enhanced_content.pref             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
index abd8269440..49b3477705 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
@@ -367,7 +367,7 @@ Enhanced content:
         -
             - "Authenticate using OverDrive Authname"
             - pref: OverDriveAuthName
-            - "(will be used as fallback if individual branch authname not set <a href=\"/cgi-bin/koha/admin/overdrive.pl\">here</a>)."
+            - "(will be used as fallback if individual branch authname not set in the <a href=\"/cgi-bin/koha/admin/overdrive.pl\">OverDrive library authnames table</a>)."
         -
             - "Show items from the OverDrive catalog of library #"
             - pref: OverDriveLibraryID
-- 
2.11.0