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

Commit fe9fe1d

Browse files
committed
Merge pull request #422 from blockchain/legacy-link
chore(Login): add login to legacy link on login page
2 parents 52bc112 + 6f048ac commit fe9fe1d

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

app/partials/login.jade

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ div
3838
.mtl.flex-center.flex-end
3939
button.button-primary(ui-ladda="busy", ng-click="login()", data-style="expand-left", ladda-translate="SIGNIN", ng-disabled="!isValid")
4040
//Wallet Recovery
41-
.ptl.flex-column
42-
.em-300.flex-end.mbm Having some trouble?
43-
span.pointer.blue.mls(ui-sref="public.help") View Options
41+
.ptl.flex-row.flex-between
42+
a.em-300(href="{{rootURL}}wallet-legacy/login" translate="LOGIN_TO_LEGACY")
43+
.flex-row
44+
.em-300.mbm(translate="HAVING_TROUBLE")
45+
span.pointer.em-300.blue.mls(ui-sref="public.help") View Options

locales/en-human.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,5 +693,7 @@
693693
"QUOTE_5": "Really digging the newest Blockchain wallet, especially the added security.",
694694
"QUOTE_6": "'Consumers are being offered much greater control and freedom with their money…' [Richard] Branson, founder of Virgin Group Ltd., said.",
695695
"QUOTE_7": "New @blockchain mobile Bitcoin wallet makes it really simple to send or ask for btc over social media, message apps, e-mail",
696-
"QUOTE_8": "It's super slick and is easy to use. Would definitely recommend!!"
696+
"QUOTE_8": "It's super slick and is easy to use. Would definitely recommend!!",
697+
"HAVING_TROUBLE": "Having some trouble?",
698+
"LOGIN_TO_LEGACY": "Login to the Legacy wallet"
697699
}

0 commit comments

Comments
 (0)