From d7ebe75173a982fb8d359a9f7536bafd4037c697 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 30 Aug 2022 15:11:27 -0400 Subject: [PATCH] Bug 31490: Terminology: change 'staff client' to 'staff interface' in marc-overlay-rule This patch corrects the terminology for staff interface in the record overlay rules administration page. To test: 1) Apply patch 2) Enable the MARCOverlayRules system preference 3) Go to Administration > Record overlay rules 4) Open the 'Filter' drop-down menu => The second option should read 'Staff interface MARC editor' Signed-off-by: Michaela Sieber Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt index 348686ddad..c4a00f67a3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt @@ -457,7 +457,7 @@ source: { '*': '*', batchmod: _("Batch record modification"), - intranet: _("Staff client MARC editor"), + intranet: _("Staff interface MARC editor"), batchimport: _("Staged MARC import"), z3950: _("Z39.50"), /* bulkmarcimport: _("bulkmarcimport.pl"), */ -- 2.39.5