change bitcoin to smartcash

This commit is contained in:
David Kevork 2018-03-15 13:45:41 +11:00 committed by GitHub
parent 4bce39c10a
commit e48cde008a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7956,7 +7956,7 @@ ninja.wallets.brainwallet = {
document.getElementById("brainkeyarea").style.visibility = "visible";
}
else {
alert("The passphrase you entered is too short.\n\n" + "Warning: Choosing a strong passphrase is important to avoid brute force attempts to guess your passphrase and steal your bitcoins.");
alert("The passphrase you entered is too short.\n\n" + "Warning: Choosing a strong passphrase is important to avoid brute force attempts to guess your passphrase and steal your SmartCash.");
ninja.wallets.brainwallet.clear();
}
}