Bug 1697830 - Make the checkbox label in the download button's customize mode tooltip consistent with the context menu equivalent. r=Gijs,fluent-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D111793
This commit is contained in:
Dhanesh
2021-04-14 10:13:55 +00:00
parent 328c15b8aa
commit b6025b8d32
2 changed files with 3 additions and 1 deletions

View File

@@ -213,7 +213,7 @@
onpopuphidden="clearTimeout(gCustomizeMode._downloadPanelAutoHideTimeout);"
>
<checkbox id="downloads-button-autohide-checkbox"
label="&customizeMode.autoHideDownloadsButton.label;" checked="true"
data-l10n-id="customize-mode-downloads-button-autohide" checked="true"
oncommand="gCustomizeMode.onDownloadsAutoHideChange(event)"/>
</panel>
</html:template>