Skip to content

Commit 517deae

Browse files
committed
Merge remote-tracking branch 'origin/BUG#AC1289' into gl_pr_jan13_2022
2 parents 1f8443d + b0a6729 commit 517deae

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
i18n: placeholder,
1414
attr: {
1515
id: index,
16-
placeholder: $t(placeholder)
16+
placeholder: $t(placeholder),
17+
'aria-label':$t(placeholder)
1718
},
1819
textInput: inputValue,
1920
hasFocus: focused,

0 commit comments

Comments
 (0)