mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Update wording in UI when restoring partial backup (#17319)
This commit is contained in:
parent
bcfdb27e25
commit
3d0f2adf9f
@ -194,7 +194,7 @@ class HassioBackupDialog
|
|||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
!(await showConfirmationDialog(this, {
|
!(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",
|
confirmText: "restore",
|
||||||
dismissText: "cancel",
|
dismissText: "cancel",
|
||||||
}))
|
}))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user