From 777cfae536e60305c0aabf9310688164dc44654c Mon Sep 17 00:00:00 2001 From: Conghui Date: Fri, 20 May 2022 14:13:30 +0800 Subject: [PATCH] config-tools: change warning message Change warning message for deleting pre-launched VM and post-launched VM. Tracked-On: #7524 Signed-off-by: Conghui --- .../configurator/packages/configurator/src/pages/Config.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_tools/configurator/packages/configurator/src/pages/Config.vue b/misc/config_tools/configurator/packages/configurator/src/pages/Config.vue index 563a5ec68..e7ba57d29 100644 --- a/misc/config_tools/configurator/packages/configurator/src/pages/Config.vue +++ b/misc/config_tools/configurator/packages/configurator/src/pages/Config.vue @@ -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) {