diff --git a/ui/scripts/cloud.core.instances.js b/ui/scripts/cloud.core.instances.js index 4efe1220f5a..ed4d8082747 100644 --- a/ui/scripts/cloud.core.instances.js +++ b/ui/scripts/cloud.core.instances.js @@ -402,7 +402,7 @@ function showInstancesTab(p_domainId, p_account) { break; case "vm_action_destroy" : $("#dialog_confirmation") - .html("
Please confirm you want to destroy your virtual machine: "+vmName+". Destroying your virtual machine would include deleting the ROOT volume and all attached data disk volumes.
") + .html("Please confirm you want to destroy your virtual machine: "+vmName+". Destroying your virtual machine will also delete the ROOT volume, but not attached data disk volumes.
") .dialog('option', 'buttons', { "Confirm": function() { $(this).dialog("close");