Skip to content
Snippets Groups Projects
Commit c31037b2 authored by Julian Pustkuchen's avatar Julian Pustkuchen Committed by Seth Hill
Browse files

Issue #3374970: Make "Filter items..." string translatable

parent 7e84d7df
No related branches found
No related tags found
1 merge request!166Make "Filter items..." placeholder translatable
Pipeline #173544 passed with warnings
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<h4 class="visually-hidden">{{ 'Add Item'|t }}</h4> <h4 class="visually-hidden">{{ 'Add Item'|t }}</h4>
{% if all_types|length > 1 %} {% if all_types|length > 1 %}
<div class="lpb-component-list__search"> <div class="lpb-component-list__search">
<input class="lpb-component-list-search-input" type="text" placeholder="Filter items..." /> <input class="lpb-component-list-search-input" type="text" placeholder="{{ 'Filter items...'|t }}" />
</div> </div>
<div class="lpb-component-list__group"> <div class="lpb-component-list__group">
{% if types.layout %} {% if types.layout %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment