Update wording in UI when restoring partial backup (#17319)

This commit is contained in:
Skyler Carlson 2023-07-16 11:09:48 -07:00 committed by GitHub
parent bcfdb27e25
commit 3d0f2adf9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
}))