Adjust update email text to let the user know about auto updates

So far the emails make no sense in case the user only clicks the update
link after the Cloudron has already auto updated. We might want to
adjust the text, once the user can disable auto updates, or set the
preferred update time.
This commit is contained in:
Johannes Zellner
2016-01-14 13:54:59 +01:00
parent bc2085139e
commit 63430fbce6
2 changed files with 4 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ Dear Admin,
A new version of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
Please update at your convenience at <%= webadminUrl %>.
The app will get automatically updated over night, or manually update at your convenience at <%= webadminUrl %>.
Thank you,
Update Manager
your Cloudron
<% } else { %>

View File

@@ -4,7 +4,7 @@ Dear Admin,
A new version of Cloudron <%= fqdn %> is available!
Please update at your convenience at <%= webadminUrl %>.
Your Cloudron will perform an automatic update over night, or manually update at your convenience at <%= webadminUrl %>.
Changelog:
<% for (var i = 0; i < changelog.length; i++) { %>
@@ -12,7 +12,7 @@ Changelog:
<% } %>
Thank you,
Update Manager
your Cloudron
<% } else { %>