Skip to content

Commit 943e4ce

Browse files
author
GerganaKremenska
authored
fix(ui5-tabcontainer): overflow menu button is added a title (#2639)
Fixes: #2607
1 parent bf8caaf commit 943e4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/TabContainer.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<ui5-button
4444
icon="{{overflowMenuIcon}}"
4545
design="Transparent"
46-
aria-label="{{overflowMenuTitle}}"
46+
title="{{overflowMenuTitle}}"
4747
aria-haspopup="true"
4848
></ui5-button>
4949
{{/if}}

0 commit comments

Comments
 (0)