Skip to content

Commit

Permalink
Update wording in UI when restoring partial backup (#17319)
Browse files Browse the repository at this point in the history
  • Loading branch information
skycarl authored Jul 16, 2023
1 parent bcfdb27 commit 3d0f2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hassio/src/dialogs/backup/dialog-hassio-backup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class HassioBackupDialog
}
if (
!(await showConfirmationDialog(this, {
title: "Are you sure you want partially to restore this backup?",
title: "Are you sure you want to restore this partial backup?",
confirmText: "restore",
dismissText: "cancel",
}))
Expand Down

0 comments on commit 3d0f2ad

Please sign in to comment.