Bug 33104: Fix translatability
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
833de7b52d
commit
99e19c60ee
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@
|
|||
}
|
||||
ol.append(li);
|
||||
});
|
||||
ol.append(`<li><button class="btn btn-default" onclick="remove_interface(${i});"><i class="fa fa-trash"></i> Delete interface</li>`);
|
||||
ol.append(`<li><button class="btn btn-default" onclick="remove_interface(${i});"><i class="fa fa-trash"></i> ` + _("Delete interface") + '</li>');
|
||||
n.append(ol);
|
||||
nodes.append(n);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue