Skip to content
Snippets Groups Projects
Commit 7c3e823a authored by Geoff Thompson's avatar Geoff Thompson Committed by Joris Vercammen
Browse files

Issue #3069471 by bygeoffthompson: Hardcoded 'Facet' string in Item List...

Issue #3069471 by bygeoffthompson: Hardcoded 'Facet' string in Item List template should use translate filter
parent 394183ea
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,6 @@
{%- endif %}
{% if facet.widget.type == "dropdown" %}
<label id="facet_{{ facet.id }}_label">Facet {{ facet.label }}</label>
<label id="facet_{{ facet.id }}_label">{{ 'Facet'|t }} {{ facet.label }}</label>
{%- endif %}
</div>
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