From f9251f3f4ad418f0e3a8a677ced39db99d59280a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 28 Mar 2020 00:54:21 +0100 Subject: [PATCH] Bug 25013: Fix capitalization: Edit Items on batch item edit Fixes a tiny string issue: Edit Items --> Edit items To test: - Go to tools / batch item edit - Enter a barcode - Check the heading above the edit item form - Apply patch - Verify the heading is now properly capitalized Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt index e34cee89a0..207599881c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -261,7 +261,7 @@ $(document).ready(function(){ [% UNLESS (too_many_items_process) %]
-

Edit Items

+

Edit items

Checking the box right next to the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.
    -- 2.11.0