Translate 'Download export' title in wait.html.twig.

This commit is contained in:
Julien Fastré 2025-06-17 17:10:15 +02:00
parent 49607e431f
commit 12ee091d09
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -10,7 +10,7 @@
{{ encore_entry_link_tags('page_download_exports') }}
{% endblock %}
{% block title exportGeneration.linkedToSavedExport ? exportGeneration.savedExport.title : 'Download export' %}
{% block title exportGeneration.linkedToSavedExport ? exportGeneration.savedExport.title : ('Download export'|trans) %}
{% block content %}
<h1>{{ block('title') }}</h1>