diff --git a/ui/src/app/components/backup-drives/backup-drives.component.ts b/ui/src/app/components/backup-drives/backup-drives.component.ts index 381c41f5f..3782bf4b2 100644 --- a/ui/src/app/components/backup-drives/backup-drives.component.ts +++ b/ui/src/app/components/backup-drives/backup-drives.component.ts @@ -8,7 +8,7 @@ import { MappedPartitionInfo } from 'src/app/util/misc.util' styleUrls: ['./backup-drives.component.scss'], }) export class BackupDrivesComponent { - @Input() type: 'backup' | 'recover' + @Input() type: 'backup' | 'restore' @Output() onSelect: EventEmitter = new EventEmitter() message: string @@ -37,7 +37,7 @@ export class BackupDrivesComponent { styleUrls: ['./backup-drives.component.scss'], }) export class BackupDrivesHeaderComponent { - @Input() type: 'backup' | 'recover' + @Input() type: 'backup' | 'restore' @Output() onClose: EventEmitter = new EventEmitter() title: string