mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 12:42:58 +02:00
Text tuning for wallet setup call to action
This commit is contained in:
parent
79cf1cb612
commit
685b2978ce
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue