Update index.js

This commit is contained in:
Igor Barinov 2017-08-28 12:26:32 -04:00 committed by GitHub
parent 93421e065d
commit dcb22d7dcb
1 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ function startDapp(web3, isOraclesNetwork) {
return;
}
loadingFinished();
swal("Sucess", "Keys are created", "success");
swal("Success", "Keys are created", "success");
$('.content').empty();
loadKeysPage();
});
@ -310,4 +310,4 @@ function startDapp(web3, isOraclesNetwork) {
window.addEventListener('load', function() {
getWeb3(startDapp);
});
});