Skip to content

Commit

Permalink
Fixed placeholder translation in Magento UI grid search component
Browse files Browse the repository at this point in the history
  • Loading branch information
vveb-developer committed Oct 14, 2020
1 parent bc8e51d commit d10f1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Ui/view/base/web/js/grid/search/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define([
return Element.extend({
defaults: {
template: 'ui/grid/search/search',
placeholder: 'Search by keyword',
placeholder: $t('Search by keyword'),
label: $t('Keyword'),
value: '',
previews: [],
Expand Down

0 comments on commit d10f1c8

Please sign in to comment.