We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3112e5 commit ced4425Copy full SHA for ced4425
app/code/Magento/Ui/view/base/web/templates/grid/search/search.html
@@ -21,7 +21,7 @@
21
13: apply.bind($data, false),
22
27: cancel
23
}"/>
24
- <button class="action-submit" type="button" click="apply.bind($data, false)">
+ <button class="action-submit" type="button" click="apply.bind($data, false)" attr="'aria-label': $t('Search')">
25
<span translate="'Search'"></span>
26
</button>
27
</div>
0 commit comments