Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 2ddbea8

Browse files
author
plondon
committed
chore(Release): v4.20.5
1 parent 8c38a2f commit 2ddbea8

3 files changed

Lines changed: 19 additions & 34 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockchain-wallet-v4",
3-
"version": "4.20.4",
3+
"version": "4.20.5",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"author": {

packages/blockchain-wallet-v4-frontend/src/assets/locales/defaultMessages.json

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5620,8 +5620,12 @@
56205620
"id": "modals.onboarding.linkfrompitaccount.unverified_email"
56215621
},
56225622
{
5623-
"defaultMessage": "Check your inbox. We sent an email to:",
5624-
"id": "modals.onboarding.linkfrompitaccount.check_inbox"
5623+
"defaultMessage": "You'll need to verify",
5624+
"id": "modals.onboarding.linkfrompitaccount.need_to_verify"
5625+
},
5626+
{
5627+
"defaultMessage": "to continue. We'll be waiting right here in the meantime.",
5628+
"id": "modals.onboarding.linkfrompitaccount.to_continue"
56255629
},
56265630
{
56275631
"defaultMessage": "You do not have an email associated with this wallet. Please to Security Center to set your email.",
@@ -8287,23 +8291,19 @@
82878291
{
82888292
"descriptors": [
82898293
{
8290-
"defaultMessage": "Trading Your Crypto Doesn't Mean Trading Away Control.",
8291-
"id": "scenes.home.banners.swap.title_1"
8292-
},
8293-
{
8294-
"defaultMessage": "Trade crypto straight from your Wallet.",
8295-
"id": "scenes.home.banners.swap.subtitle_1"
8294+
"defaultMessage": "New",
8295+
"id": "scenes.home.banners.pitbanner.new"
82968296
},
82978297
{
8298-
"defaultMessage": "Get Started",
8299-
"id": "scenes.home.banners.swap.started"
8298+
"defaultMessage": "We built a brand new Crypto Exchange. Trade with The PIT.",
8299+
"id": "scenes.home.banners.pitbanner.trade"
83008300
},
83018301
{
8302-
"defaultMessage": "Swap Now",
8303-
"id": "scenes.home.banners.swap.swapnow"
8302+
"defaultMessage": "Check It Out",
8303+
"id": "scenes.home.banners.pitbanner.checkitout"
83048304
}
83058305
],
8306-
"path": "src/scenes/Home/Banners/Swap/index.json"
8306+
"path": "src/scenes/Home/Banners/ThePitBanner/index.json"
83078307
},
83088308
{
83098309
"descriptors": [
@@ -8364,19 +8364,6 @@
83648364
],
83658365
"path": "src/scenes/Home/PriceChart/TimeFilters/template.json"
83668366
},
8367-
{
8368-
"descriptors": [
8369-
{
8370-
"defaultMessage": "It's time to Level Up to a better crypto exchange. The first 100,000 traders to sign up will trade free for 30 days.",
8371-
"id": "scenes.home.thepit.subtitle"
8372-
},
8373-
{
8374-
"defaultMessage": "Learn More",
8375-
"id": "scenes.home.thepit.learnmore"
8376-
}
8377-
],
8378-
"path": "src/scenes/Home/ThePit/index.json"
8379-
},
83808367
{
83818368
"descriptors": [
83828369
{

packages/blockchain-wallet-v4-frontend/src/assets/locales/en.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -792,15 +792,16 @@
792792
"modals.mobilenumberverify.resend": "Resend",
793793
"modals.mobilenumberverify.title": "Verify Mobile Number",
794794
"modals.mobilenumberverify.verify": "Verify",
795-
"modals.onboarding.linkfrompitaccount.check_inbox": "Check your inbox. We sent an email to:",
796795
"modals.onboarding.linkfrompitaccount.failure": "We could not connect your Wallet to The PIT. Please go back to The PIT and try again.",
797796
"modals.onboarding.linkfrompitaccount.failuredone": "Done",
798797
"modals.onboarding.linkfrompitaccount.failureheader": "Connection Error",
798+
"modals.onboarding.linkfrompitaccount.need_to_verify": "You'll need to verify",
799799
"modals.onboarding.linkfrompitaccount.no_email": "You do not have an email associated with this wallet. Please to Security Center to set your email.",
800800
"modals.onboarding.linkfrompitaccount.send_email": "Resend Email",
801801
"modals.onboarding.linkfrompitaccount.success": "You have connected your Blockchain Wallet to The PIT. Go back and finish signing up!",
802802
"modals.onboarding.linkfrompitaccount.successdone": "Done",
803803
"modals.onboarding.linkfrompitaccount.successheader": "Success!",
804+
"modals.onboarding.linkfrompitaccount.to_continue": "to continue. We'll be waiting right here in the meantime.",
804805
"modals.onboarding.linkfrompitaccount.unverified_email": "Please Verify Email",
805806
"modals.onboarding.linktopitaccount.error.done": "Done",
806807
"modals.onboarding.linktopitaccount.error.title": "Linking Error",
@@ -1651,18 +1652,15 @@
16511652
"scenes.home.banners.kycresubmit.resubmit": "Resubmit Now",
16521653
"scenes.home.banners.kycresubmit.subtitle": "We had some issues with the documents you've supplied. Please try uploading the documents again to continue with your verification.",
16531654
"scenes.home.banners.kycresubmit.title": "Documents Needed",
1654-
"scenes.home.banners.swap.started": "Get Started",
1655-
"scenes.home.banners.swap.subtitle_1": "Trade crypto straight from your Wallet.",
1656-
"scenes.home.banners.swap.swapnow": "Swap Now",
1657-
"scenes.home.banners.swap.title_1": "Trading Your Crypto Doesn't Mean Trading Away Control.",
1655+
"scenes.home.banners.pitbanner.checkitout": "Check It Out",
1656+
"scenes.home.banners.pitbanner.new": "New",
1657+
"scenes.home.banners.pitbanner.trade": "We built a brand new Crypto Exchange. Trade with The PIT.",
16581658
"scenes.home.pricechart.coincurrentprice.currentprice": "Current Price",
16591659
"scenes.home.pricechart.coinperformance.all": "all time",
16601660
"scenes.home.pricechart.coinperformance.day": "today",
16611661
"scenes.home.pricechart.coinperformance.month": "this month",
16621662
"scenes.home.pricechart.coinperformance.week": "this week",
16631663
"scenes.home.pricechart.coinperformance.year": "this year",
1664-
"scenes.home.thepit.learnmore": "Learn More",
1665-
"scenes.home.thepit.subtitle": "It's time to Level Up to a better crypto exchange. The first 100,000 traders to sign up will trade free for 30 days.",
16661664
"scenes.linkaccount.authorize": "Authorize The PIT to connect to your Blockchain Wallet",
16671665
"scenes.linkaccount.by_blockchain": "Brought to you by Blockchain",
16681666
"scenes.linkaccount.pit_will_be_able_to": "The PIT will be able to:",

0 commit comments

Comments
 (0)