Skip to content

Commit ee1bf10

Browse files
authored
Fix placeholder declaration in mail template (#382)
1 parent c07aa9f commit ee1bf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FormBuilderBundle/Resources/views/email/email.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% if editmode %}
1212

1313
<div class="formbuilder-alert-info">
14-
<strong>Admin:</strong> {{ 'form_builder.email.placeholder_list_available'|trans({},'admin')|format('<code>%Text(firstname);</code>')|raw }}
14+
<strong>Admin:</strong> {{ 'form_builder.email.placeholder_list_available'|trans({},'admin')|format('<code>{{firstname}}</code>')|raw }}
1515
</div>
1616

1717
{# If you're using output workflows, this property will be added on runtime and is not available in editmode! #}

0 commit comments

Comments
 (0)