forgotten translation

This commit is contained in:
Julie Lenaerts 2022-03-21 16:37:14 +01:00
parent 7006196691
commit 9e063180bf

View File

@ -61,7 +61,7 @@
{% if types|length > 0 %}
{{ types|join(', ') }}
{% else %}
<p class="chill-no-data-statement">{{ 'thirdparty.no_categories' }}</p>
<p class="chill-no-data-statement">{{ 'thirdparty.no_categories'|trans }}</p>
{% endif %}
</dd>