Skip to content

Commit

Permalink
Localize filter names
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Jul 10, 2024
1 parent 5d1d70a commit 992a5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/local_wunderbyte_table/component_filter.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<div class="dropdown-menu">
<div class="mt-2 ml-2 mr-2 {{show}}" id="id_collapse_{{columnname}}">
<label class="pl-4 labelsearch">
<span class="h6 small">{{ columnname }}</span>
<span class="h6 small">{{ name }}</span>
</label>
<input class="search form-control mb-2 filtersearch" name="filtersearch-{{columnname}}" placeholder="{{#str}}search, core{{/str}}" hidden>
{{#default}}
Expand Down

0 comments on commit 992a5de

Please sign in to comment.