diff --git a/apps/frontend/src/components/ui/servers/BackupSettingsModal.vue b/apps/frontend/src/components/ui/servers/BackupSettingsModal.vue index 52892bdf..2a6c6267 100644 --- a/apps/frontend/src/components/ui/servers/BackupSettingsModal.vue +++ b/apps/frontend/src/components/ui/servers/BackupSettingsModal.vue @@ -4,8 +4,8 @@
Auto backup

- Automatically create a backup of your server every - {{ autoBackupInterval == 1 ? "hour" : `${autoBackupInterval} hours` }} + Automatically create a backup of your server + {{ backupIntervalsLabel.toLowerCase() }}

@@ -22,54 +22,19 @@
Interval

- The amount of hours between each backup. This will only backup your server if it has - been modified since the last backup. + The amount of time between each backup. This will only backup your server if it has been + modified since the last backup.

-
-
- - - - -
- {{ autoBackupInterval == 1 ? "hour" : "hours" }} -
+
@@ -92,7 +57,7 @@