Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
ui(Signup): update text for new users
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Dec 21, 2015
1 parent b148a14 commit e9ea41e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/partials/first-login-modal.jade
Original file line number Diff line number Diff line change
@@ -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")
6 changes: 3 additions & 3 deletions locales/en-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit e9ea41e

Please sign in to comment.