Skip to content

Commit

Permalink
fixed phone formating #797
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Aug 8, 2018
1 parent 74542d0 commit 3d0f543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% block body_text %}
{% autoescape false %}
{{ 'account_recovery.email.phone_changed.message.text' | trans({ '%phone%': newPhone, '%name%': name }) }}
{{ 'account_recovery.email.phone_changed.message.text' | trans({ '%phone%': newPhone | phone_number_format('NATIONAL'), '%name%': name }) }}
{% endautoescape %}
{% endblock %}

Expand Down

0 comments on commit 3d0f543

Please sign in to comment.