Use localized string
This commit is contained in:
parent
2361fc7899
commit
c91409646a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue