mirror of https://github.com/apache/cloudstack.git
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:
parent
ee5f5591c7
commit
23c7a893e3
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue