From 4c59564b2e50c0a8e6a9ad23e85189ab3d2c3817 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 8 Sep 2023 15:44:33 +0000 Subject: [PATCH] Bug 34443: Spelling: Patron search pop-up Sort1: should be Sort 1 Content-Type: text/plain; charset=utf-8 This patch instances of "Sort1" and "Sort2" being used as labels in the interface, replacing the strings with "Sort 1" and "Sort 2" To test, apply the patch and test this page: With the borrowerRelationship system preference populated, edit a child record and click the "Add guarantor" button. There are two fields in the form with the updated labels. Signed-off-by: Laura Escamilla Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc index 8f13fa0374..d51a499b9a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -61,12 +61,12 @@ [% CASE 'sort1' %]
  • - + [% PROCESS 'av-build-dropbox.inc' name="sort1_filter", category="Bsort1", empty=1, size = 20 %]
  • [% CASE 'sort2' %]
  • - + [% PROCESS 'av-build-dropbox.inc' name="sort2_filter", category="Bsort2", empty=1, size = 20 %]
  • [% CASE 'search_field' %] -- 2.30.2