From 489d1efd38ad3e19311384bcb827620ccecd1fbe Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 21 Sep 2010 17:59:07 -0700 Subject: [PATCH] fix bug 6127 - change text on confirmation box on VM destroy. --- ui/scripts/cloud.core.instances.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");