Fix text for emails

This commit is contained in:
Johannes Zellner
2017-01-29 14:23:27 -08:00
parent 5b05baeced
commit 8f4813f691
3 changed files with 10 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ Dear <%= user.displayName || user.username || user.alternateEmail || user.email
Welcome to <%= cloudronName %>!
To get started, activate your account:
Follow the link to get started.
<%= setupLink %>
<% if (invitor && invitor.email) { %>
@@ -25,20 +25,20 @@ Powered by https://cloudron.io
<h2>Welcome to <%= cloudronName %>!</h2>
<p>
To get started, <a href="<%= setupLink %>">activate your account</a>.
<a href="<%= setupLink %>">Get started</a>.
</p>
<br/>
<br/>
<div style="font-size: 10px; color: #333333; background: #ffffff;">
Powered by <a href="https://cloudron.io">Cloudron</a>.
<br/>
<% if (invitor && invitor.email) { %>
You are receiving this email because you were invited by <%= invitor.email %>.
<% } %>
<br/>
Powered by <a href="https://cloudron.io">Cloudron</a>
</div>
</center>