Skip to content

Commit 7001669

Browse files
committed
Merge pull request #1594 from xavierfaucon/patch-2
Update email.txt.twig
2 parents e009ce7 + 8d8cfaf commit 7001669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Resetting/email.txt.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% trans_default_domain 'FOSUserBundle' %}
22
{% block subject %}
33
{% autoescape false %}
4-
{{ 'resetting.email.subject'|trans({'%username%': user.username, '%confirmationUrl%': confirmationUrl}) }}
4+
{{ 'resetting.email.subject'|trans }}
55
{% endautoescape %}
66
{% endblock %}
77
{% block body_text %}

0 commit comments

Comments
 (0)