Skip to content

Commit

Permalink
Merge pull request #9193 from HammyHavoc/patch-4
Browse files Browse the repository at this point in the history
[FIX] Made welcome emails more readable
  • Loading branch information
rodrigok committed Dec 20, 2017
2 parents 57c0268 + e1b6d21 commit ea0d988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"Accounts_ShowFormLogin": "Show Form-Based Login",
"Accounts_UseDefaultBlockedDomainsList": "Use Default Blocked Domains List",
"Accounts_UseDNSDomainCheck": "Use DNS Domain Check",
"Accounts_UserAddedEmail_Default": "<h2>Welcome to <h1>[Site_Name]</h1></h2><p>Go to [Site_URL] and try the best open source chat solution available today!</p><p>You may login using your email: [email] and password: [password]. You may be required to change it after your first login.",
"Accounts_UserAddedEmail_Default": "<h2>Welcome to <h1>[Site_Name]</h1></h2><p>Go to [Site_URL] and try the best open source chat solution available today!</p><p>You may login using the following information</p><p>Email: [email]</p><p>Password: [password]</p><p>You may be required to change it after your first login.</p>",
"Accounts_UserAddedEmail_Description": "You may use the following placeholders: <br /><ul><li>[name], [fname], [lname] for the user's full name, first name or last name, respectively.</li><li>[email] for the user's email.</li><li>[password] for the user's password.</li><li>[Site_Name] and [Site_URL] for the Application Name and URL respectively.</li></ul>",
"Accounts_UserAddedEmailSubject_Default": "You have been added to [Site_Name]",
"Activate": "Activate",
Expand Down

0 comments on commit ea0d988

Please sign in to comment.