mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-12 11:56:14 +00:00
Translate 'Download export' title in wait.html.twig
.
This commit is contained in:
parent
49607e431f
commit
12ee091d09
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user