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>
(cherry picked from commit c7a0a31a79)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2023-07-09 15:33:01 +00:00 committed by Martin Renvoize
parent 64348926b1
commit a0a0c81df2
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

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