From e1b6d21365348594c8d468219e716e8bf2a97929 Mon Sep 17 00:00:00 2001 From: Hammy Havoc Date: Tue, 19 Dec 2017 22:48:14 +0000 Subject: [PATCH] Made welcome emails more readable Add paragraphing to email and password, and removed the irritating period that immediately followed the usage of [password] that was tripping up users who copied and pasted their passwords from the email. --- packages/rocketchat-i18n/i18n/en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index 5919a4349654..41b2c424861b 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -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": "

Welcome to

[Site_Name]

Go to [Site_URL] and try the best open source chat solution available today!

You may login using your email: [email] and password: [password]. You may be required to change it after your first login.", + "Accounts_UserAddedEmail_Default": "

Welcome to

[Site_Name]

Go to [Site_URL] and try the best open source chat solution available today!

You may login using the following information

Email: [email]

Password: [password]

You may be required to change it after your first login.

", "Accounts_UserAddedEmail_Description": "You may use the following placeholders:
", "Accounts_UserAddedEmailSubject_Default": "You have been added to [Site_Name]", "Activate": "Activate",