From 8f19ad7912086b84bcd94a9608dd8d45217b5d41 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 18 Aug 2023 08:52:06 +0000 Subject: [PATCH] Bug 34379: Fix label of new library group button This patch corrects the label on the button for creating a new library group, changing it from "Add group" to "New group" for consistency. To test, apply the patch and go to Administration -> Library groups. Confirm that the button is now labeled "New group" and that it still works to trigger the library group creation modal. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt index f07d45b0f2a..c179ec4e1a5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt @@ -70,7 +70,7 @@
-- 2.30.2