Skip to content

Commit 2df1c0a

Browse files
committed
Fix translations
1 parent 1afad3a commit 2df1c0a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/dialog/overflow-menu/overflow-menu-pane.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/dialog/overflow-menu/overflow-menu.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)