We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07aa9f commit ee1bf10Copy full SHA for ee1bf10
src/FormBuilderBundle/Resources/views/email/email.html.twig
@@ -11,7 +11,7 @@
11
{% if editmode %}
12
13
<div class="formbuilder-alert-info">
14
- <strong>Admin:</strong> {{ 'form_builder.email.placeholder_list_available'|trans({},'admin')|format('<code>%Text(firstname);</code>')|raw }}
+ <strong>Admin:</strong> {{ 'form_builder.email.placeholder_list_available'|trans({},'admin')|format('<code>{{firstname}}</code>')|raw }}
15
</div>
16
17
{# If you're using output workflows, this property will be added on runtime and is not available in editmode! #}
0 commit comments