File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
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="{{'OVERFLOWMENU .OVERFLOW' | translate}}"
16+ attr.aria-label="{{'OVERFLOW_MENU .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 @@ -16,10 +16,9 @@ import { Component } from "@angular/core";
1616 selector : "ibm-overflow-menu" ,
1717 template : `
1818 <div
19- #menu
2019 [ibmOverflowMenu]="options"
2120 [appendToBody]="true"
22- attr.aria-label="{{'OVERFLOWMENU .OVERFLOW' | translate}}"
21+ attr.aria-label="{{'OVERFLOW_MENU .OVERFLOW' | translate}}"
2322 class="bx--overflow-menu"
2423 role="button"
2524 placement="bottom"
You can’t perform that action at this time.
0 commit comments