diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index d2facf3a8..35d2c2dcb 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -594,7 +594,7 @@ "retentionPolicy": "Retention Policy" }, "configureBackupStorage": { - "title": "Configure Backup Storage", + "title": "Configure Backup Site", "provider": "Storage Provider", "mountPoint": "Mount point", "mountPointDescription": "The mount point has to be set up manually. See docs.", @@ -646,7 +646,7 @@ "name": "Name", "encryptionHint": "Encryption Password Hint", "usesEncryption": "Backup uses encryption", - "useForUpdates": "Use this to backup before automatic updates" + "useForUpdates": "Store backups of automatic updates here" }, "check": { "noop": "Cloudron backups are disabled. Please ensure this server is backed up using alternate means. See https://docs.cloudron.io/backups/#storage-providers for more information.", diff --git a/dashboard/src/components/BackupSiteAddDialog.vue b/dashboard/src/components/BackupSiteAddDialog.vue index b07dc6465..b9678e290 100644 --- a/dashboard/src/components/BackupSiteAddDialog.vue +++ b/dashboard/src/components/BackupSiteAddDialog.vue @@ -302,18 +302,21 @@ defineExpose({ Backup Contents - - + Choose what to back up to this site. + + - - - + + Backups of Automatic Updates + A backup is always created before applying automatic updates. Choose whether to store those backups on this site. + + {{ $t('backups.configureBackupStorage.memoryLimit') }}: {{ prettyBinarySize(limits.memoryLimit, '1024 MB') }} @@ -356,7 +359,7 @@ defineExpose({ - + {{ $t('main.dialog.cancel') }}