From 685b2978cecc8d8e0fb20bfcd711799247d33128 Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Fri, 14 Sep 2018 08:26:25 -0700 Subject: [PATCH] Text tuning for wallet setup call to action --- scripts/system/html/js/marketplacesInject.js | 2 +- scripts/system/notifications.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/html/js/marketplacesInject.js b/scripts/system/html/js/marketplacesInject.js index 9b91d06d41..7eece890c9 100644 --- a/scripts/system/html/js/marketplacesInject.js +++ b/scripts/system/html/js/marketplacesInject.js @@ -113,7 +113,7 @@ var span = document.createElement('span'); span.style = "margin:10px 5px;color:#1b6420;font-size:15px;"; - span.innerHTML = "Setup your Wallet to get money and shop in Marketplace."; + span.innerHTML = "Activate your Wallet to get money and shop in Marketplace."; var xButton = document.createElement('a'); xButton.id = "xButton"; diff --git a/scripts/system/notifications.js b/scripts/system/notifications.js index 0778e2a44b..36fe264274 100644 --- a/scripts/system/notifications.js +++ b/scripts/system/notifications.js @@ -564,7 +564,7 @@ } 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) {