mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-30 06:58:41 +00:00
23 lines
1.3 KiB
Diff
23 lines
1.3 KiB
Diff
diff --git a/browser/components/controlcenter/content/protectionsPanel.inc.xhtml b/browser/components/controlcenter/content/protectionsPanel.inc.xhtml
|
|
index 29927139181e40fa9779038f996a08a2afc6f76b..ddb95da98de6aba014d69f040aabe6b311fb6772 100644
|
|
--- a/browser/components/controlcenter/content/protectionsPanel.inc.xhtml
|
|
+++ b/browser/components/controlcenter/content/protectionsPanel.inc.xhtml
|
|
@@ -8,6 +8,7 @@
|
|
type="arrow"
|
|
role="alertdialog"
|
|
noautofocus="true"
|
|
+ infoMessageShowing=""
|
|
aria-labelledby="protections-popup-main-header-label"
|
|
onpopupshown="gProtectionsHandler.onPopupShown(event);ReportBrokenSite.updateParentMenu(event)"
|
|
onpopuphidden="gProtectionsHandler.onPopupHidden(event);"
|
|
@@ -28,7 +29,7 @@
|
|
<html:span id="protections-popup-mainView-panel-header-span"/>
|
|
</html:h1>
|
|
<toolbarbutton id="protections-popup-info-button" class="panel-info-button"
|
|
- data-l10n-id="protections-panel-etp-more-info">
|
|
+ data-l10n-id="protections-panel-etp-more-info" checked="">
|
|
<image/>
|
|
</toolbarbutton>
|
|
<description id="protections-popup-toast-panel-tp-on-desc" data-l10n-id="protections-panel-etp-on-header"></description>
|
|
|