Use localized string

This commit is contained in:
Lesley Norton 2021-12-08 17:52:26 -06:00
parent 2361fc7899
commit c91409646a
No known key found for this signature in database
GPG key ID: E98FBAEE3F13956E

View file

@ -1570,7 +1570,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
this.subtitle.textContent = browser.i18n.getMessage("additionalPermissionNeeded"); this.subtitle.textContent = browser.i18n.getMessage("additionalPermissionNeeded");
this.hideEls(this.hideShowButton, this.switch, this.switchLabel, this.currentServerButton); this.hideEls(this.hideShowButton, this.switch, this.switchLabel, this.currentServerButton);
this.primaryCta.style.display = "block"; this.primaryCta.style.display = "block";
this.primaryCta.textContent = "Enable"; this.primaryCta.textContent = browser.i18n.getMessage("enable");
return; return;
} }