Fix i10n issue - closes #2169
This commit is contained in:
parent
0009a9e964
commit
d7250fcb1f
1 changed files with 1 additions and 1 deletions
|
@ -938,7 +938,7 @@ Logic.registerPanel(P_CONTAINER_INFO, {
|
|||
hideShowIcon.src = identity.hasHiddenTabs ? CONTAINER_UNHIDE_SRC : CONTAINER_HIDE_SRC;
|
||||
|
||||
const hideShowLabel = document.getElementById("container-info-hideorshow-label");
|
||||
hideShowLabel.textContent = identity.hasHiddenTabs ? "Show this container" : "Hide this container";
|
||||
hideShowLabel.textContent = browser.i18n.getMessage(identity.hasHiddenTabs ? "showThisContainer" : "hideThisContainer");
|
||||
return;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue