Add welcome mail translations

This commit is contained in:
Johannes Zellner
2020-11-20 16:10:36 +01:00
parent 3125e1b386
commit 2c29eecc22
+6 -1
View File
@@ -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 %>"
}
}