Skip to content

Commit a7cff65

Browse files
committed
Merge branch '2.0.x'
2 parents 7a98427 + 2acc0d7 commit a7cff65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Registration/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-
{{ 'registration.email.subject'|trans({'%username%': user.username, '%confirmationUrl%': confirmationUrl}) }}
4+
{{ 'registration.email.subject'|trans({'%username%': user.username}) }}
55
{%- endautoescape -%}
66
{% endblock %}
77

0 commit comments

Comments
 (0)