Skip to content

Commit 02aca81

Browse files
ENGCOM-8344: Fixed placeholder translation in Magento UI grid search component #30493
- Merge Pull Request #30493 from vveb-developer/magento2:fix_of_magento_ui_grid_search_translations - Merged commits: 1. d10f1c8
2 parents afd7ecc + d10f1c8 commit 02aca81

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)