Add email strings

This commit is contained in:
Joseph Cohen
2015-11-08 20:21:23 -06:00
parent 0b12d4e0c3
commit 29c3bcf183
2 changed files with 11 additions and 1 deletions

View File

@@ -87,6 +87,16 @@ return [
],
],
'users' => [
'email' => [
'invite' => [
'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name",
'html-preheader' => 'You have been invited to the team :app_name.',
'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
],
],
],
'signup' => [
'title' => 'Sign Up',
'username' => 'Username',