@@ -, +, @@ not in a .js file --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/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 --