Skip to content

Commit

Permalink
[FIX] Verification email body (#17062)
Browse files Browse the repository at this point in the history
* fix: verification email description

* update verification email body

* Update en.i18n.json

Co-authored-by: Gabriel Engel <gabriel.engel@gmail.com>
  • Loading branch information
GOVINDDIXIT and engelgabriel authored Mar 30, 2020
1 parent 43c78e4 commit 6935e49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6935e49

Please sign in to comment.