Text tuning for wallet setup call to action

This commit is contained in:
howard-stearns 2018-09-14 08:26:25 -07:00
parent 79cf1cb612
commit 685b2978ce
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@
var span = document.createElement('span'); var span = document.createElement('span');
span.style = "margin:10px 5px;color:#1b6420;font-size:15px;"; span.style = "margin:10px 5px;color:#1b6420;font-size:15px;";
span.innerHTML = "<a href='#' onclick='emitWalletSetupEvent(); return false;'>Setup your Wallet</a> to get money and shop in Marketplace."; span.innerHTML = "<a href='#' onclick='emitWalletSetupEvent(); return false;'>Activate your Wallet</a> to get money and shop in Marketplace.";
var xButton = document.createElement('a'); var xButton = document.createElement('a');
xButton.id = "xButton"; xButton.id = "xButton";

View file

@ -564,7 +564,7 @@
} }
function walletNotSetup() { function walletNotSetup() {
createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET); createNotification("Your wallet isn't activated yet. Open the WALLET app.", NotificationType.WALLET);
} }
function connectionAdded(connectionName) { function connectionAdded(connectionName) {