X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/dd29640e817a6a371960fc73d12e75db8626f2ee..2c346012be21b3cea9b998f9c48be619cafe97ab:/Resources/views/mail/register.html.twig?ds=sidebyside

diff --git a/Resources/views/mail/register.html.twig b/Resources/views/mail/register.html.twig
index b5228d2..7497c6e 100644
--- a/Resources/views/mail/register.html.twig
+++ b/Resources/views/mail/register.html.twig
@@ -5,9 +5,9 @@
 		<tr>
 			<td>&nbsp;</td>
 			<td>
-				<h2>{{ 'Subject: %subject%'|trans({'%subject%': 'welcome to %site_title%'|trans({'%site_title%': site_title|trans})}) }}</h2>
+				<h2>{{ 'Subject: %subject%'|trans({'%subject%': 'welcome to %site_title%'|trans({'%site_title%': site_title})|raw}) }}</h2>
 				<h3>{{ 'Hi %recipient_name%,'|trans({'%recipient_name%': recipient_name}) }}</h3>
-				<p>{{ 'Thanks so much for joining %site_title%, the space reservation program.'|trans({'%site_title%': site_title|trans}) }}</p>
+				<p>{{ 'Thanks so much for joining %site_title%, the space reservation program.'|trans({'%site_title%': site_title}) }}</p>
 			</td>
 			<td>&nbsp;</td>
 		</tr>