From 0b38758d5685aa293d78484d8915c7d47c68568b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 1 Nov 2022 14:25:57 +0000 Subject: [PATCH] Bug 24606: (QA follow-up) Remove string variable This string is no longer needed as the __() is used in the .js file directly. Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/includes/str/cataloging_additem.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/str/cataloging_additem.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/str/cataloging_additem.inc index c51447de9a..1a2009d6f1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/str/cataloging_additem.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/str/cataloging_additem.inc @@ -20,7 +20,6 @@ var MSG_CONFIRM_DELETE_ITEM = _("Are you sure you want to delete this item?"); var MSG_CONFIRM_ADD_ITEM = _("Are you sure you want to add a new item? Any changes made on this page will be lost."); var MSG_CONFIRM_SAVE = _("Are you sure you want to save?"); - var MSG_TEMPLATE_NAME_REQUIRED = _("Template name is required."); var table_settings = [% TablesSettings.GetTableSettings( 'cataloguing', 'additem', 'itemst', 'json' ) | $raw %]; -- 2.30.2