Translate welcome mail
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
Dear <%= user.displayName || user.username || user.email %>,
|
||||
{{ welcomeEmail.salutation }}
|
||||
|
||||
Welcome to <%= cloudronName %>!
|
||||
{{ welcomeEmail.welcomeTo }}
|
||||
|
||||
Follow the link to get started.
|
||||
<%- inviteLink %>
|
||||
{{ welcomeEmail.inviteLinkActionText }}
|
||||
|
||||
<% if (invitor && invitor.email) { %>
|
||||
You are receiving this email because you were invited by <%= invitor.email %>.
|
||||
<% if (invitor) { %>
|
||||
{{ welcomeEmail.invitor }}
|
||||
<% } %>
|
||||
|
||||
Please note that the invite link will expire in 7 days.
|
||||
{{ welcomeEmail.expireNote }}
|
||||
|
||||
Powered by https://cloudron.io
|
||||
|
||||
Reference in New Issue
Block a user