Item Details label for btn groupping
This commit is contained in:
parent
134aef52c5
commit
7f6ea8526c
2 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
class ItemPaneSidenav extends XULElementBase {
|
||||
content = MozXULElement.parseXULToFragment(`
|
||||
<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">
|
||||
<toolbarbutton
|
||||
id="sidenav-info-btn"
|
||||
|
|
|
@ -505,6 +505,8 @@ sidenav-tags =
|
|||
.tooltiptext = { pane-tags }
|
||||
sidenav-related =
|
||||
.tooltiptext = { pane-related }
|
||||
sidenav-main-btn-grouping =
|
||||
.aria-label = Item Details
|
||||
|
||||
pin-section =
|
||||
.label = Pin Section
|
||||
|
|
Loading…
Reference in a new issue