From c91409646a6c0a333f831692822cb559f58676e1 Mon Sep 17 00:00:00 2001 From: Lesley Norton Date: Wed, 8 Dec 2021 17:52:26 -0600 Subject: [PATCH] Use localized string --- 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 11de2fc..f7f62f2 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1570,7 +1570,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, { this.subtitle.textContent = browser.i18n.getMessage("additionalPermissionNeeded"); this.hideEls(this.hideShowButton, this.switch, this.switchLabel, this.currentServerButton); this.primaryCta.style.display = "block"; - this.primaryCta.textContent = "Enable"; + this.primaryCta.textContent = browser.i18n.getMessage("enable"); return; }