Make emails translatable

This commit is contained in:
Johannes Zellner
2020-11-19 23:38:59 +01:00
parent fbe5f42536
commit fb4ba5855b
7 changed files with 192 additions and 45 deletions

View File

@@ -4,7 +4,7 @@
<h3>Hi <%= user.displayName || user.username || user.email %>,</h3>
<h2>Welcome to <%= cloudronName %>!</h2>
<h2>{{ welcomeEmail.welcomeTo }}</h2>
<p>
<a href="<%= inviteLink %>">Get started</a>.