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 @@
- Automatically create a backup of your server every - {{ autoBackupInterval == 1 ? "hour" : `${autoBackupInterval} hours` }} + Automatically create a backup of your server + {{ backupIntervalsLabel.toLowerCase() }}
- 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.