From a6b9845ecf127768729a40ddb3872141adde6522 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 22 May 2024 14:14:32 +0000 Subject: [PATCH] Bug 36665: (follow-up) Rephrase system preference description ... and replace some branches with libraries. Signed-off-by: Katrin Fischer (cherry picked from commit 0d4ee5319875439d2309bfae5d7f0054d2d02194) Signed-off-by: Fridolin Somers --- installer/data/mysql/mandatory/sysprefs.sql | 2 +- .../intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql index fda8304b5d..56f8ca0a14 100644 --- a/installer/data/mysql/mandatory/sysprefs.sql +++ b/installer/data/mysql/mandatory/sysprefs.sql @@ -724,7 +724,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'), ('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff interface','Choice'), ('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff interface','Free'), -('StaffLoginBranchBasedOnIP', '0','', 'Set the logged in branch for the user based on their current IP','YesNo'), +('StaffLoginBranchBasedOnIP', '0','', 'Set the logged in library for the user based on their current IP','YesNo'), ('StaffSearchResultsDisplayBranch','holdingbranch','holdingbranch|homebranch','Controls the display of the home or holding branch for staff search results','Choice'), ('StaffSerialIssueDisplayCount','3','','Number of serial issues to display per subscription in the staff interface','Integer'), ('staffShibOnly','0','','If ON enables shibboleth only authentication for the staff client','YesNo'), diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index a664499475..d51f1ea27c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -108,7 +108,7 @@ Administration: 0: "No" - (Disable only when remote IP address changes frequently.) - - - "Set the logged in branch for staff based on their current branch: " + - "Set logged in library for staff by matching their current IP to the library configuration: " - pref: StaffLoginBranchBasedOnIP default: 0 choices: -- 2.39.5