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

(cherry picked from commit 43f9baf4e0)
This commit is contained in:
Jessica Wang 2014-05-06 18:16:47 -07:00 committed by Daan Hoogland
parent fb20b71255
commit 28873f5172
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({