diff --git a/server/account/lang/en.json b/server/account/lang/en.json index 436e064902..5fa6f847b1 100644 --- a/server/account/lang/en.json +++ b/server/account/lang/en.json @@ -1,13 +1,13 @@ { "string": { - "ConfirmationText": "Thank you for your interest in {name}. To complete the sign up process please copy the following link into your browser's URL bar {link}. Regards, {name} Team.", - "ConfirmationHTML": "
Hello,
Thank you for your interest in {name}. To complete the sign up process please follow this link or copy the following link into your browser's URL bar.
{link}
Regards,
{name} Team.
", + "ConfirmationText": "Thank you for your interest in {name}. To complete the sign up process, please paste the following link into your browser's URL bar: {link}. Regards, {name} Team.", + "ConfirmationHTML": "Hello,
Thank you for your interest in {name}. To complete the sign up process, please click this link or paste the following link into your browser's URL bar.
{link}
Regards,
{name} Team.
", "ConfirmationSubject": "Confirm your email address to sign up for {name}", - "RecoveryText": "We received a request to reset the password for your account. To reset your password, please paste the following link in your web browser's address bar: {link}. If you have not ordered a password recovery just ignore this letter.", - "RecoveryHTML": "We received a request to reset the password for your account. To reset your password, please click the link below: Reset password
If the Reset password link above does not work, paste the following link in your web browser's address bar: {link}
If you have not ordered a password recovery just ignore this letter.
", + "RecoveryText": "We received a request to reset the password for your account. To reset your password, please paste the following link into your browser's URL bar: {link}. If you have not requested a password reset, please ignore this email.", + "RecoveryHTML": "We received a request to reset the password for your account. To reset your password, please click the link below: Reset password
If the reset password link above does not work, paste the following link into your browser's URL bar: {link}
If you have not requested a password reset, please ignore this email.
", "RecoverySubject": "Password recovery", - "InviteText": "You were invited to {ws}. To join please paste the following link in your web browser's address bar: {link}. Link valid for {expHours} hours.", - "InviteHTML": "You were invited to {ws}. To join, please click the link below: Join
If the invite link above does not work, paste the following link in your web browser's address bar: {link}
Link valid for {expHours} hours.
", + "InviteText": "You were invited to {ws}. To join, please paste the following link into your browser's URL bar: {link}. The link is valid for {expHours} hours.", + "InviteHTML": "You were invited to {ws}. To join, please click the link below: Join
If the invite link above does not work, paste the following link into your browser's URL bar: {link}
The link is valid for {expHours} hours.
", "InviteSubject": "Invitation to {ws}" } -} \ No newline at end of file +}