Item Details label for btn groupping

This commit is contained in:
Bogdan Abaev 2024-08-09 10:11:16 -07:00
parent 134aef52c5
commit 7f6ea8526c
2 changed files with 3 additions and 1 deletions

View file

@ -29,7 +29,7 @@
class ItemPaneSidenav extends XULElementBase { class ItemPaneSidenav extends XULElementBase {
content = MozXULElement.parseXULToFragment(` content = MozXULElement.parseXULToFragment(`
<html:div class="inherit-flex highlight-notes-inactive" <html:div class="inherit-flex highlight-notes-inactive"
tabindex="0" role="tab" aria-labelledby="sidenav-info-btn"> tabindex="0" role="tab" data-l10n-id="sidenav-main-btn-grouping">
<html:div class="pin-wrapper"> <html:div class="pin-wrapper">
<toolbarbutton <toolbarbutton
id="sidenav-info-btn" id="sidenav-info-btn"

View file

@ -505,6 +505,8 @@ sidenav-tags =
.tooltiptext = { pane-tags } .tooltiptext = { pane-tags }
sidenav-related = sidenav-related =
.tooltiptext = { pane-related } .tooltiptext = { pane-related }
sidenav-main-btn-grouping =
.aria-label = Item Details
pin-section = pin-section =
.label = Pin Section .label = Pin Section