You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2014/05/07 03:18:46 UTC

git commit: updated refs/heads/master to 23c7a89

Repository: cloudstack
Updated Branches:
  refs/heads/master ee5f5591c -> 23c7a893e


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/23c7a893
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/23c7a893
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/23c7a893

Branch: refs/heads/master
Commit: 23c7a893e315fee3aa99056bdb63f1febb7a37d1
Parents: ee5f559
Author: Jessica Wang <je...@apache.org>
Authored: Tue May 6 18:16:47 2014 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Tue May 6 18:18:31 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/23c7a893/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({