File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { isFocusInLastItem, isFocusInFirstItem } from "./../../common/tab.servic
1313 template : `
1414 <ul
1515 role="menu"
16- attr.aria-label="{{'Overflow ' | translate}}"
16+ attr.aria-label="{{'OVERFLOWMENU.OVERFLOW ' | translate}}"
1717 #dialog
1818 class="bx--overflow-menu-options bx--overflow-menu-options--open">
1919 <ng-template
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { Component } from "@angular/core";
1919 #menu
2020 [ibmOverflowMenu]="options"
2121 [appendToBody]="true"
22- attr.aria-label="{{'Overflow ' | translate}}"
22+ attr.aria-label="{{'OVERFLOWMENU.OVERFLOW ' | translate}}"
2323 class="bx--overflow-menu"
2424 role="button"
2525 placement="bottom"
You can’t perform that action at this time.
0 commit comments