Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward eb28f77d1 -> 43f9baf4e


CLOUDSTACK-6589: UI > update ssl certificate > correct typo in success message 
- correct it from "Update SSL Certiciate succeeded" to "Update SSL Certificate 
succeeded"


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/43f9baf4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/43f9baf4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/43f9baf4

Branch: refs/heads/4.4-forward
Commit: 43f9baf4e04b27b0bf6cac14af99649b63246d78
Parents: eb28f77
Author: Jessica Wang <[email protected]>
Authored: Tue May 6 18:16:47 2014 -0700
Committer: Jessica Wang <[email protected]>
Committed: Tue May 6 18:17:13 2014 -0700

----------------------------------------------------------------------
 ui/scripts/ui-custom/physicalResources.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/43f9baf4/ui/scripts/ui-custom/physicalResources.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/physicalResources.js 
b/ui/scripts/ui-custom/physicalResources.js
index 06fcca7..ac379b4 100644
--- a/ui/scripts/ui-custom/physicalResources.js
+++ b/ui/scripts/ui-custom/physicalResources.js
@@ -136,7 +136,7 @@
                                                 
clearInterval(uploadCustomCertificateIntervalID);
                                                 if (result.jobstatus == 1) {
                                                     cloudStack.dialog.notice({
-                                                        message: 'Update SSL 
Certiciate succeeded'
+                                                        message: 'Update SSL 
Certificate succeeded'
                                                     });
                                                 } else if (result.jobstatus == 
2) {
                                                     cloudStack.dialog.notice({

Reply via email to