Rapsys Git
/
airbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Replace title with name and type
[airbundle]
/
Resources
/
views
/
mail
/
recover.text.twig
diff --git
a/Resources/views/mail/recover.text.twig
b/Resources/views/mail/recover.text.twig
index c6ef6dfa4009f19b94ff6a062ddc86f86be43097..eb567d7e2f4e236a5dd9a15d4330d35213cd5eac 100644
(file)
--- a/
Resources/views/mail/recover.text.twig
+++ b/
Resources/views/mail/recover.text.twig
@@
-2,9
+2,10
@@
{% for i in range(1, subject|length) %}={% endfor %}
{% for i in range(1, subject|length) %}={% endfor %}
-*{{ 'Thanks so much for rejoining %site
_title%, the space reservation program.'|trans({'%site_
title%': site.title}) }}*
+*{{ '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 }}
--
--