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 Any description: Aucune description
Document from person %name%: Document de l'usager %name% Document from person %name%: Document de l'usager %name%
See the document: Voir le document See the document: Voir le document
No item: Aucun document
document: document:
Any title: Aucun titre Any title: Aucun titre

View File

@ -176,7 +176,7 @@
</li> </li>
{% else %} {% else %}
<li data-collection-empty-explain="1"> <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> </li>
{% endfor %} {% endfor %}
</ul> </ul>