diff --git a/dashboard/src/components/BackupInfoDialog.vue b/dashboard/src/components/BackupInfoDialog.vue index 01bc79a4d..06449fcff 100644 --- a/dashboard/src/components/BackupInfoDialog.vue +++ b/dashboard/src/components/BackupInfoDialog.vue @@ -138,7 +138,11 @@ defineExpose({
{{ $t('backups.backupDetails.lastIntegrityCheck') }}
{{ $t('backups.backupDetails.integrityInProgress') }} - {{ prettyLongDate(backup.lastIntegrityCheckTime) }} + + + + {{ prettyLongDate(backup.lastIntegrityCheckTime) }} + {{ $t('backups.backupDetails.integrityNever') }}