Skip to content

Commit

Permalink
Merge pull request #998 from plone/fix-filter-997
Browse files Browse the repository at this point in the history
Fix internationalization of "Filter" placeholder in selected items dialog
  • Loading branch information
vincentfretin authored Jul 6, 2020
2 parents cc8a307 + 2c0c518 commit e9b7998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mockup/patterns/structure/js/views/selectionwell.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define([
var WellView = PopoverView.extend({
className: 'popover selected-items',
title: _.template(
'<input type="text" class="filter" placeholder="Filter" />' +
'<input type="text" class="filter" placeholder="<%- _t("Filter") %>" />' +
'<a href="#" class=" remove-all">' +
'<span class="glyphicon glyphicon-remove-circle"></span> <%- _t("remove all") %></a>'
),
Expand Down
2 changes: 2 additions & 0 deletions news/997.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix internationalization of "Filter" placeholder in selected items dialog.
[vincentfretin]

0 comments on commit e9b7998

Please sign in to comment.