update wording

This commit is contained in:
QiiLin 2020-03-11 12:18:28 -04:00
parent 75045a0ba9
commit e5653a0b6e

View file

@ -1357,7 +1357,7 @@ Logic.registerPanel(P_CONTAINER_DELETE, {
icon.style.visibility = 'hidden';
icon.style.marginLeft = `-16px`;
document.getElementById("delete-container-name").textContent = `Containers`;
containerString = "those " + currentSelection.length + " containers";
containerString = "this " + currentSelection.length + " containers";
}
let warningMessage = "";
if (totalNumberOfTabs > 0) {