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

This commit is contained in:
2025-06-17 17:10:15 +02:00
parent 49607e431f
commit 12ee091d09

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>