Skip to content

Commit 21f9086

Browse files
ENGCOM-8344: Fixed placeholder translation in Magento UI grid search component #30493
2 parents 08ec766 + 02aca81 commit 21f9086

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)