Skip to content

Commit 8d8cfaf

Browse files
author
xavierfaucon
committed
Update email.txt.twig
resetting.email.subject doesn't require the variables '%username%' and '%confirmationUrl'.
1 parent e009ce7 commit 8d8cfaf

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)