diff --git a/src/views/app.html b/src/views/app.html index 12a3e0d43..7ef282f9f 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -494,20 +494,22 @@
- Last updated {{ app.updateTime | prettyDate }} + +

This app is running {{ app.manifest.title }} {{ app.upstreamVersion }} (Package v{{ app.manifest.version }}) and was last updated {{ app.updateTime | prettyDate }}.


- Automatic Updates {{ updates.enableAutomaticUpdate ? 'Enabled' : 'Disabled' }} -
-
-
-
-
-
-
+
+
+
+ +

Cloudron periodically polls the App Store to check for updates. If you disable automatic updates, be sure to manually check for updates.

+

Automatic Updates is currently {{ updates.enableAutomaticUpdate ? 'enabled' : 'disabled' }}.

+ +
+