Bug 1935513 - Add a heading to moz-page-nav in about:policies. r=hjones,fluent-reviewers,bolsson

Differential Revision: https://phabricator.services.mozilla.com/D242429
This commit is contained in:
camachoh
2025-03-21 15:22:32 +00:00
parent 9459581567
commit 8d79bd175a
2 changed files with 4 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
<script src="chrome://browser/content/policies/aboutPolicies.js"></script> <script src="chrome://browser/content/policies/aboutPolicies.js"></script>
</head> </head>
<body id="body"> <body id="body">
<moz-page-nav id="categories-nav"> <moz-page-nav id="categories-nav" data-l10n-id="aboutpolicies-page-heading">
<moz-page-nav-button <moz-page-nav-button
data-l10n-id="active-policies-tab" data-l10n-id="active-policies-tab"
id="category-active" id="category-active"

View File

@@ -4,6 +4,9 @@
about-policies-title = Enterprise Policies about-policies-title = Enterprise Policies
aboutpolicies-page-heading =
.heading = About Policies
# 'Active' is used to describe the policies that are currently active # 'Active' is used to describe the policies that are currently active
active-policies-tab = Active active-policies-tab = Active
errors-tab = Errors errors-tab = Errors