X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/1aa803557744dc452cd804fe8d0ae55771b4ce39..1a77a16689da402450798a8ae1db92f43d911de8:/DependencyInjection/Configuration.php?ds=sidebyside 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' => []