Translate welcome mail

This commit is contained in:
Johannes Zellner
2020-11-20 16:10:04 +01:00
parent 93a1e6fca8
commit f324d50cef
3 changed files with 17 additions and 19 deletions

View File

@@ -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