From 712ab21bf16d5ae4ed7ac73e1175b615e17aaddb Mon Sep 17 00:00:00 2001 From: Philip Orr Date: Thu, 30 Mar 2023 12:16:40 +0000 Subject: [PATCH] Bug 32263: Fix capitalization for "...and on the Libraries page in the OPAC." Small fix to correct the capitalization in library editing mode to display "...and on the libraries page in the OPAC.". To Test: 1. apply patch 2. navigate to Administration -> Libraries 3. edit any library 4. confirm that the note underneath the option for "Public" now displays with the correct capitalization ("... on the libraries page...") Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 78e64ba653..218730f325 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -291,7 +291,7 @@ Libraries › Administration › Koha [% END %] -
Set to 'yes' to show this library as a search option and on the Libraries page in the OPAC.
+
Set to 'yes' to show this library as a search option and on the libraries page in the OPAC.
-- 2.30.2