X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/aa9b92cbbb4270b8a6b9d17dd14fe175cd17a10b..bb162add310df93dd0847ffca0cbd9fd31278cbb:/Resources/views/mail/recover.text.twig diff --git a/Resources/views/mail/recover.text.twig b/Resources/views/mail/recover.text.twig index f33fc09..eb567d7 100644 --- a/Resources/views/mail/recover.text.twig +++ b/Resources/views/mail/recover.text.twig @@ -4,7 +4,8 @@ *{{ 'Thanks so much for rejoining %site.title%, the space reservation program.'|trans({'%site.title%': site.title}) }}* -{{ 'To recover your account you can follow this link: %recover_url%'|trans({'%recover_url%': recover_url}) }} +{% trans %}To recover your account follow this link:{% endtrans %} +{{ recover_url }} --