From 0fc479823726ede904fedb34c63111b57c28c43f 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 (cherry picked from commit c7a0a31a79d09b985f0fd8dd4166f7ee825bc561) Signed-off-by: Martin Renvoize (cherry picked from commit a0a0c81df2fad545461ae2de70a10f7175f2d640) Signed-off-by: Matt Blenkinsop --- 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 09b86bd29e..7286a36dd3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1663,7 +1663,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.39.2