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

This commit is contained in:
Jessica Wang 2014-05-06 18:16:47 -07:00
parent ee5f5591c7
commit 23c7a893e3
1 changed files with 1 additions and 1 deletions

View File

@ -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({