1395d2971b
Fixes #579
19 lines
373 B
Plaintext
19 lines
373 B
Plaintext
<%if (format === 'text') { %>
|
|
|
|
Dear Admin,
|
|
|
|
A new version <%= updateInfo.manifest.version %> of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
|
|
|
|
The app will update automatically tonight. Alternately, update immediately at <%= webadminUrl %>.
|
|
|
|
Changes:
|
|
<%= updateInfo.manifest.changelog %>
|
|
|
|
Thank you,
|
|
your Cloudron
|
|
|
|
<% } else { %>
|
|
|
|
<% } %>
|
|
|