From 2e29c5bc5b19afee45f619dbd1f98a5e22267c75 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Mon, 21 Dec 2015 14:55:53 +0100 Subject: [PATCH] ui(Signup): update text for new users --- app/partials/first-login-modal.jade | 6 +++--- locales/en-human.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/partials/first-login-modal.jade b/app/partials/first-login-modal.jade index bc53b9874b..ff9243ca66 100644 --- a/app/partials/first-login-modal.jade +++ b/app/partials/first-login-modal.jade @@ -1,6 +1,6 @@ .modal-body.flex .flex-column.flex-between.rocket-text.flex-1 - h3.mtn.h2.em-300.center-align(translate="LAUNCHED") - p.center-align.mtm.width-100.h4.em-300(translate="WELCOME_TEXT") - button.button-success.button-lg.mtl(ng-click="ok()", translate="GET_STARTED") + h3.mtn.h2.em-300.center-align(translate="FIRST_LOGIN_TITLE") + p.center-align.mtm.width-100.h4.em-300(translate="FIRST_LOGIN_TEXT") + button.button-success.button-lg.mtl(ng-click="ok()", translate="FIRST_LOGIN_ACTION") img.rocket-gif.flex-1(src="img/rocket.gif") diff --git a/locales/en-human.json b/locales/en-human.json index cb62569d21..d9c1f01bba 100644 --- a/locales/en-human.json +++ b/locales/en-human.json @@ -406,9 +406,9 @@ "NOT_STORED" : "Not Stored", "PHRASE_BACKED" : "Phrase Backed", "EMAIL_VERIFIED" : "Email Verified", - "LAUNCHED" : "We've launched!", - "GET_STARTED" : "Get Started", - "WELCOME_TEXT" : "We've launched our wallet! And we're excited to show you all the great features we've added. A brand new Security Center, revamped algorithms and a shiny new interface to name a few - go ahead, get started!", + "FIRST_LOGIN_TITLE" : "Welcome!", + "FIRST_LOGIN_TEXT" : "Welcome to the new version of the Blockchain Wallet! A brand new Security Center, a Recovery phrase to back up your wallet, no address reuse for increased privacy, and a completely new user interface, just to name a few. ", + "FIRST_LOGIN_ACTION" : "Get Started", "TOS" : "ToS", "PRIVACY" : "Privacy Policy", "CREATE_NEW_ACCOUNT_MODAL" : "Divide your wallet to better allocate, track and manage your bitcoins. Some common names include Savings, Spending, and Business Expenses.",