Skip to content

Commit cd274fd

Browse files
committed
Fix fields template (use download_label_translation_domain for download_label)
1 parent 916557a commit cd274fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/Form/fields.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
{%- if download_uri -%}
1717
<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) }}
18+
{{ download_label_translation_domain is same as(false) ? download_label : download_label|trans({}, download_label_translation_domain) }}
1919
</a>
2020
{%- endif -%}
2121
</div>

0 commit comments

Comments
 (0)