From b3ecfd686d5190c937415558497024819992e8d5 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 Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson --- 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 f7ddc77889..7dfd27b595 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 @@ -240,7 +240,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.39.2