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 @@
This app is running {{ app.manifest.title }} {{ app.upstreamVersion }} (Package v{{ app.manifest.version }}) and was last updated {{ app.updateTime | prettyDate }}.
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' }}.
+ +