From e5653a0b6eba78e8103bf3f6d688cedc68796b8f Mon Sep 17 00:00:00 2001 From: QiiLin Date: Wed, 11 Mar 2020 12:18:28 -0400 Subject: [PATCH] update wording --- src/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/popup.js b/src/js/popup.js index b29ba51..9e786a2 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -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) {