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:
parent
4c21e6a3e2
commit
c7a0a31a79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue