[FIX] Verification email body (#17062)

* fix: verification email description

* update verification email body

* Update en.i18n.json

Co-authored-by: Gabriel Engel <gabriel.engel@gmail.com>
pull/17077/head^2
Govind Dixit 5 years ago committed by GitHub
parent 43c78e40bb
commit 6935e49ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      packages/rocketchat-i18n/i18n/en.i18n.json

@ -3427,7 +3427,7 @@
"Use_initials_avatar": "Use your username initials",
"Use_minor_colors": "Use minor color palette (defaults inherit major colors)",
"Use_service_avatar": "Use %s avatar",
"Verification_Email": "Click <a href=\"[Verification_Url]\">here</a> to verify your account.",
"Verification_Email": "Click <a href=\"[Verification_Url]\">here</a> to verify your email address.",
"Use_this_username": "Use this username",
"Use_uploaded_avatar": "Use uploaded avatar",
"Use_url_for_avatar": "Use URL for avatar",
@ -3535,11 +3535,11 @@
"Value_messages": "__value__ messages",
"Value_users": "__value__ users",
"Validate_email_address": "Validate Email Address",
"Verification_email_body": "You have succesfully created an account on [Site_Name]. Please, click on the button below to confirm your email address and finish registration.",
"Verification_email_body": "Please, click on the button below to confirm your email address.",
"Verification": "Verification",
"Verification_Description": "You may use the following placeholders: <br/><ul><li>[Verification_Url] for the verification URL.</li><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>[Site_Name] and [Site_URL] for the Application Name and URL respectively.</li></ul>",
"Verification_email_sent": "Verification email sent",
"Verification_Email_Subject": "[Site_Name] - Verify your account",
"Verification_Email_Subject": "[Site_Name] - Email address verification",
"Verified": "Verified",
"Verify": "Verify",
"Verify_your_email": "Verify your email",

Loading…
Cancel
Save