Skip to content

Commit ced4425

Browse files
committed
BUG#AC-1271: Table controls: Search icon button lacks accessible name issue fixed"
1 parent d3112e5 commit ced4425

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/templates/grid/search

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/search/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
13: apply.bind($data, false),
2222
27: cancel
2323
}"/>
24-
<button class="action-submit" type="button" click="apply.bind($data, false)">
24+
<button class="action-submit" type="button" click="apply.bind($data, false)" attr="'aria-label': $t('Search')">
2525
<span translate="'Search'"></span>
2626
</button>
2727
</div>

0 commit comments

Comments
 (0)