Skip to content

Commit 2acc0d7

Browse files
authored
Merge pull request FriendsOfSymfony#2770 from piotrantosik/patch-2
Removed unused translation variable
2 parents f590829 + 5de0ed4 commit 2acc0d7

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)