1 parent 916557a commit cd274fdCopy full SHA for cd274fd
1 file changed
templates/Form/fields.html.twig
@@ -15,7 +15,7 @@
15
16
{%- if download_uri -%}
17
<a href="{{ asset_helper is same as(true) ? asset(download_uri) : download_uri }}" download>
18
- {{ translation_domain is same as(false) ? download_label : download_label|trans({}, translation_domain) }}
+ {{ download_label_translation_domain is same as(false) ? download_label : download_label|trans({}, download_label_translation_domain) }}
19
</a>
20
{%- endif -%}
21
</div>
0 commit comments