diff --git a/src/mail_templates/app_updates_available.ejs b/src/mail_templates/app_updates_available.ejs index cec8c2a69..6eb353e27 100644 --- a/src/mail_templates/app_updates_available.ejs +++ b/src/mail_templates/app_updates_available.ejs @@ -8,10 +8,12 @@ A new version <%= apps[i].updateInfo.manifest.version %> of the app '<%= apps[i] Changes: <%= apps[i].updateInfo.manifest.changelog %> -<% }} -%> +<% } -%> <% if (!hasSubscription) { -%> *Keep your Cloudron automatically up-to-date and secure by upgrading to a paid plan at* <%= webadminUrl %>/#/settings +<% } else { -%> +Update now at <%= webadminUrl %> <% } -%> Powered by https://cloudron.io @@ -40,7 +42,13 @@ Sent at: <%= new Date().toUTCString() %> <% if (!hasSubscription) { %>

Keep your Cloudron automatically up-to-date and secure by upgrading to a paid plan.

- <% } %> + <% } else { -%> +

+
+

Update now
+
+

+ <% } -%>