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

Commit 146eb63

Browse files
author
plondon
committed
chore(Release): v4.22.9
1 parent 5fcdefd commit 146eb63

3 files changed

Lines changed: 56 additions & 6 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.22.8",
3+
"version": "4.22.9",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"author": {

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

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,18 @@
20272027
},
20282028
{
20292029
"descriptors": [
2030+
{
2031+
"defaultMessage": "Trading",
2032+
"id": "layouts.wallet.menuleft.navigation.trading"
2033+
},
2034+
{
2035+
"defaultMessage": "The PIT",
2036+
"id": "layouts.wallet.menuleft.navigation.thepitbold"
2037+
},
2038+
{
2039+
"defaultMessage": "The PIT Exchange",
2040+
"id": "layouts.wallet.menuleft.navigation.thepitexchange"
2041+
},
20302042
{
20312043
"defaultMessage": "The PIT",
20322044
"id": "layouts.wallet.menuleft.navigation.thepit"
@@ -2043,10 +2055,6 @@
20432055
"defaultMessage": "Swap",
20442056
"id": "layouts.wallet.menuleft.navigation.swap"
20452057
},
2046-
{
2047-
"defaultMessage": "Trade",
2048-
"id": "layouts.wallet.menuleft.navigation.trade"
2049-
},
20502058
{
20512059
"defaultMessage": "Hardware",
20522060
"id": "layouts.wallet.menuleft.navigation.hardware"
@@ -4535,6 +4543,39 @@
45354543
],
45364544
"path": "src/modals/Exchange/IdentityVerification/Submitted/index.json"
45374545
},
4546+
{
4547+
"descriptors": [
4548+
{
4549+
"defaultMessage": "Gold Unavailable At This Time",
4550+
"id": "identityverification.failure.header"
4551+
},
4552+
{
4553+
"defaultMessage": "We're sorry we can't verify you for Gold. This can be for a number of reasons, for example your country might not be supported right now.",
4554+
"id": "identityverification.failure.content-1"
4555+
},
4556+
{
4557+
"defaultMessage": "If you're Silver verified you can trade your crypto in Swap",
4558+
"id": "identityverification.failure.content-2"
4559+
},
4560+
{
4561+
"defaultMessage": "Server Error: {description}",
4562+
"id": "identityverification.failure.server.error"
4563+
},
4564+
{
4565+
"defaultMessage": "Start Trading",
4566+
"id": "identityverification.failure.button"
4567+
},
4568+
{
4569+
"defaultMessage": "If you want to learn more about our verification process. Visit our",
4570+
"id": "identityverification.failure.content-3"
4571+
},
4572+
{
4573+
"defaultMessage": "Support Center.",
4574+
"id": "identityverification.failure.content-3-link"
4575+
}
4576+
],
4577+
"path": "src/modals/Exchange/IdentityVerification/Veriff/template.failure.json"
4578+
},
45384579
{
45394580
"descriptors": [
45404581
{

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,13 @@
397397
"formhelper.samepasswordascurrent": "Password is the same as current",
398398
"formhelper.unacceptedterms": "You must agree to the terms and conditions",
399399
"formhelper.uniquedevicename": "Device name is already in use.",
400+
"identityverification.failure.button": "Start Trading",
401+
"identityverification.failure.content-1": "We're sorry we can't verify you for Gold. This can be for a number of reasons, for example your country might not be supported right now.",
402+
"identityverification.failure.content-2": "If you're Silver verified you can trade your crypto in Swap",
403+
"identityverification.failure.content-3": "If you want to learn more about our verification process. Visit our",
404+
"identityverification.failure.content-3-link": "Support Center.",
405+
"identityverification.failure.header": "Gold Unavailable At This Time",
406+
"identityverification.failure.server.error": "Server Error: {description}",
400407
"identityverification.highflow.continueonmobile": "Continue on mobile",
401408
"identityverification.highflow.followlink": "1 - <b>Follow the link above</b> to log into or download our mobile app.",
402409
"identityverification.highflow.getidready": "3 - Get your <b>Identity documents</b> (e.g. Passport) and be ready to take a selfie video.",
@@ -501,7 +508,9 @@
501508
"layouts.wallet.menuleft.navigation.hardware": "Hardware",
502509
"layouts.wallet.menuleft.navigation.swap": "Swap",
503510
"layouts.wallet.menuleft.navigation.thepit": "The PIT",
504-
"layouts.wallet.menuleft.navigation.trade": "Trade",
511+
"layouts.wallet.menuleft.navigation.thepitbold": "The PIT",
512+
"layouts.wallet.menuleft.navigation.thepitexchange": "The PIT Exchange",
513+
"layouts.wallet.menuleft.navigation.trading": "Trading",
505514
"layouts.wallet.menuleft.navigation.transactions.new": "New",
506515
"layouts.wallet.menutop.balance.walletbalance.Lockbox": "Lockbox",
507516
"layouts.wallet.menutop.balance.walletbalance.nonspendable": "Non-Spendable",

0 commit comments

Comments
 (0)