Skip to content

Commit 8b6b9b5

Browse files
committed
Merge remote-tracking branch 'origin/BUG#AC1289' into gl_pr_jan13_2022
2 parents e130755 + 32ee286 commit 8b6b9b5

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
attr: {
1515
id: index,
1616
placeholder: $t(placeholder),
17-
'aria-label':$t(placeholder)
17+
'aria-label': $t(placeholder),
1818
},
1919
textInput: inputValue,
2020
hasFocus: focused,
2121
keyboard: {
2222
13: apply.bind($data, false),
2323
27: cancel
24-
}"/>
24+
}">
2525
<button class="action-submit" type="button" click="apply.bind($data, false)" attr="'aria-label': $t('Search')">
2626
<span translate="'Search'"></span>
2727
</button>

0 commit comments

Comments
 (0)