config-tools: change warning message

Change warning message for deleting pre-launched VM and post-launched VM.

Tracked-On: #7524
Signed-off-by: Conghui <conghui.chen@intel.com>
This commit is contained in:
Conghui 2022-05-20 14:13:30 +08:00 committed by acrnsi-robot
parent b4306fa1ee
commit 777cfae536
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ export default {
msg = "Post-launched VMs require the Service VM. If you proceed, all post-launched VMs and their settings will also be deleted. Are you sure you want to proceed?"
isserivevm = true
} else {
msg = `Delete this virtual machine VM${this.activeVMID}, launch script will also be deleted if it exists.`
msg = `Delete this virtual machine? VM${this.activeVMID}\nThe associated launch script will also be deleted if it exists.`
}
confirm(msg).then((r) => {
if (r) {