updated translation by changing translation in twig

This commit is contained in:
rblondiau 2024-04-25 15:44:29 +02:00 committed by Julie Lenaerts
parent 651c455bdf
commit f7f7e1cb1d
2 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,6 @@ The document is successfully updated: Le document est mis à jour
Any description: Aucune description
Document from person %name%: Document de l'usager %name%
See the document: Voir le document
No item: Aucun document
document:
Any title: Aucun titre

View File

@ -173,10 +173,10 @@
{{ form_widget(entry) }}
{{ form_errors(entry) }}
</div>
</li>
</li>
{% else %}
<li data-collection-empty-explain="1">
<span class="chill-no-data-statement">{{ form.vars.empty_collection_explain|default('No item')|trans }}</span>
<span class="chill-no-data-statement">{{ form.vars.empty_collection_explain|default('No entities')|trans }}</span>
</li>
{% endfor %}
</ul>