Use localized string
This commit is contained in:
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user