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 <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2023-07-09 15:33:01 +00:00 committed by Tomas Cohen Arazi
parent 4c21e6a3e2
commit c7a0a31a79
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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