From c7a0a31a79d09b985f0fd8dd4166f7ee825bc561 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 9 Jul 2023 15:33:01 +0000 Subject: [PATCH] Bug 31082: (QA follow-up) Fix translation - we are in a .tt not in a .js file Just changing from two to one underscore. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index a7a3969968..2d7c7a1535 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1835,7 +1835,7 @@ // Disable management if there's a duedate if(duedate) { bundle_toolbar.children('.btn').addClass("disabled"); - bundle_toolbar.attr("title", __("This bundle is checked out, it cannot be modified")); + bundle_toolbar.attr("title", _("This bundle is checked out, it cannot be modified")); } // This is the table we'll convert into a DataTable -- 2.20.1