Skip to content

Commit 1a10d3b

Browse files
committed
Merge remote-tracking branch 'origin/BUG#AC-1272' into gl_pr_accessibility_release244_nov23_2021
2 parents c0ecd16 + ced4425 commit 1a10d3b

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)