Bug 33104: Fix translatability

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-04-11 11:45:00 +02:00 committed by Tomas Cohen Arazi
parent 833de7b52d
commit 99e19c60ee
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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);
});