We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5275a commit 78a87a7Copy full SHA for 78a87a7
templates/Form/fields.html.twig
@@ -110,7 +110,7 @@
110
111
{% if allow_add %}
112
<button type="button" class="btn btn-success btn-sm" data-role="collection-add-button">
113
- <i class="fas fa-plus me-2"></i> {{ form.vars.add_button_label|trans|ucfirst }}
+ <i class="fas fa-plus me-2"></i> {{ add_button_label|trans|ucfirst }}
114
</button>
115
{% endif %}
116
{% endapply %}
0 commit comments