mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-05 07:17:43 +00:00
manager: restore newline in wipe-disk confirmation query
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
888aede177
commit
226e61361b
@ -157,7 +157,7 @@ async fn wipe_disk(mut param: Value, rpcenv: &mut dyn RpcEnvironment) -> Result<
|
||||
if std::io::stdin().is_terminal() {
|
||||
let confirmation = Confirmation::query_with_default(
|
||||
format!(
|
||||
"You are about to wipe block device {}. Are you sure you want to continue?",
|
||||
"You are about to wipe block device {}.\nAre you sure you want to continue?",
|
||||
param["disk"]
|
||||
)
|
||||
.as_str(),
|
||||
|
Loading…
Reference in New Issue
Block a user