X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ffd28a6faa3000d015df032542f6a8308979ba9b..2269e8003d2211ce255427813b60605e53c1e97d:/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 }} --