From 039cb78173c678e0ea131b70fa636eb8ebe581c4 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 21 Sep 2010 17:55:40 -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 dc31000c00a..bb7062dec70 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");