update wording
This commit is contained in:
parent
75045a0ba9
commit
e5653a0b6e
1 changed files with 1 additions and 1 deletions
|
@ -1357,7 +1357,7 @@ Logic.registerPanel(P_CONTAINER_DELETE, {
|
||||||
icon.style.visibility = 'hidden';
|
icon.style.visibility = 'hidden';
|
||||||
icon.style.marginLeft = `-16px`;
|
icon.style.marginLeft = `-16px`;
|
||||||
document.getElementById("delete-container-name").textContent = `Containers`;
|
document.getElementById("delete-container-name").textContent = `Containers`;
|
||||||
containerString = "those " + currentSelection.length + " containers";
|
containerString = "this " + currentSelection.length + " containers";
|
||||||
}
|
}
|
||||||
let warningMessage = "";
|
let warningMessage = "";
|
||||||
if (totalNumberOfTabs > 0) {
|
if (totalNumberOfTabs > 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue