Skip to content

Commit d10f1c8

Browse files
Fixed placeholder translation in Magento UI grid search component
1 parent bc8e51d commit d10f1c8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/search/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ define([
1919
return Element.extend({
2020
defaults: {
2121
template: 'ui/grid/search/search',
22-
placeholder: 'Search by keyword',
22+
placeholder: $t('Search by keyword'),
2323
label: $t('Keyword'),
2424
value: '',
2525
previews: [],

0 commit comments

Comments
 (0)