diff --git a/src/views/app.html b/src/views/app.html index c490bcfd0..b5eb61c83 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -676,18 +676,16 @@
-
-
- -

This creates a snapshot of the app at this instant.

- -
-
-
-

You can use app backups to restore or clone this app.

+ +
+ + Backups are complete snapshots of the app. You can use app backups to restore or clone this app. +
+ +
@@ -696,8 +694,7 @@   - Created - Version + Backup Actions @@ -707,8 +704,7 @@
-
{{ backup.creationTime | prettyDate }}
- {{ backup.version }} +
v{{ backup.version }} - {{ backup.creationTime | prettyDate }}
@@ -723,8 +719,7 @@
-

Cloudron periodically creates a backup based on the backup settings. If you disable automatic backups, be sure to manually create backups often.

-

Automatic Backups is currently {{ backups.enableBackup ? 'enabled' : 'disabled' }}.

+

Cloudron periodically creates a backup based on the backup settings. Automatic Backups is currently {{ backups.enableBackup ? 'enabled' : 'disabled' }}.