diff --git a/src/translation/en.json b/src/translation/en.json index 6db7ea1b5..ce67514fd 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1324,6 +1324,11 @@ } }, "welcomeEmail": { - "welcomeTo": "Welcome to <%= cloudronName %>!" + "welcomeTo": "Welcome to <%= cloudronName %>!", + "salutation": "Hi <%= user %>,", + "inviteLinkAction": "Get started", + "invitor": "You are receiving this email because you were invited by <%= invitor %>.", + "expireNote": "Please note that the invite link will expire in 7 days.", + "inviteLinkActionText": "Follow the link to get started: <%- inviteLink %>" } }