forgotten translation added

This commit is contained in:
2022-03-23 14:16:38 +01:00
parent 73c17febd9
commit 30fd36b741
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,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>