X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/1aa803557744dc452cd804fe8d0ae55771b4ce39..e7388a5cab1529c9bc3252aeb853b7c6d6f72f55:/DependencyInjection/Configuration.php

diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index 41c6df8..12088ae 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -77,7 +77,7 @@ class Configuration implements ConfigurationInterface {
 					'context' => []
 				]
 			],
-			'translate' => [ 'title' ],
+			'translate' => [ 'site', 'title' ],
 			'contact' => [
 				'address' => 'contact@example.com',
 				'name' => 'John Doe'
@@ -117,7 +117,7 @@ class Configuration implements ConfigurationInterface {
 					'context' => [ 'title' => 'Recover' ]
 				],
 				'mail' => [
-					'subject' => 'Welcome back!',
+					'subject' => 'Welcome back to %%site%%!',
 					'html' => '@RapsysUser/mail/recover.html.twig',
 					'text' => '@RapsysUser/mail/recover.text.twig',
 					'context' => []
@@ -133,7 +133,7 @@ class Configuration implements ConfigurationInterface {
 					'context' => [ 'title' => 'Register' ]
 				],
 				'mail' => [
-					'subject' => 'Welcome!',
+					'subject' => 'Welcome to %%site%%!',
 					'html' => '@RapsysUser/mail/register.html.twig',
 					'text' => '@RapsysUser/mail/register.text.twig',
 					'context' => []