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

Commit 493a17b

Browse files
author
schnogz
committed
chore(Release): v4.22.8
1 parent 9f337a0 commit 493a17b

3 files changed

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5929,8 +5929,8 @@
59295929
"id": "modals.wallet.tour.securely-store"
59305930
},
59315931
{
5932-
"defaultMessage": "Transact",
5933-
"id": "modals.wallet.tour.transaction"
5932+
"defaultMessage": "Send/Request",
5933+
"id": "modals.wallet.tour.sendrequest"
59345934
},
59355935
{
59365936
"defaultMessage": "Buy & Sell",
@@ -8506,8 +8506,8 @@
85068506
"id": "wallet.tour.stepfive.title"
85078507
},
85088508
{
8509-
"defaultMessage": "Jumpstart your crypto portfolio by easily buying and selling Bitcoin.",
8510-
"id": "wallet.tour.stepfive.content"
8509+
"defaultMessage": "Buy Bitcoin with your credit card or bank account to kickstart your crypto portfolio.",
8510+
"id": "wallet.tour.stepfive.content-1"
85118511
}
85128512
],
85138513
"path": "src/scenes/Home/model.json"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,9 +1205,9 @@
12051205
"modals.wallet.tour.desc": "Discover your Wallet's tools and features by taking a quick tour.",
12061206
"modals.wallet.tour.later-button": "Maybe Later",
12071207
"modals.wallet.tour.securely-store": "Securely Store",
1208+
"modals.wallet.tour.sendrequest": "Send/Request",
12081209
"modals.wallet.tour.take-tour-button": "Take The Tour",
12091210
"modals.wallet.tour.trade": "Trade",
1210-
"modals.wallet.tour.transaction": "Transact",
12111211
"modals.wallet.tour.wallet.tour": "Welcome to Blockchain!",
12121212
"modals.xlmairdropwelcome.inprogress.completenow": "Complete Now",
12131213
"modals.xlmairdropwelcome.inprogress.subtitle2": "Complete your profile to start instantly trading crypto from the security of your wallet and become eligible for our Airdrop Program.",
@@ -2396,7 +2396,7 @@
23962396
"wallet.menutop.xlmbalance.refresh": "Refresh {curr} data",
23972397
"wallet.tour.finish": "Close",
23982398
"wallet.tour.next": "Next",
2399-
"wallet.tour.stepfive.content": "Jumpstart your crypto portfolio by easily buying and selling Bitcoin.",
2399+
"wallet.tour.stepfive.content-1": "Buy Bitcoin with your credit card or bank account to kickstart your crypto portfolio.",
24002400
"wallet.tour.stepfive.title": "Buy & Sell",
24012401
"wallet.tour.stepfour.content": "Trade crypto with low fees and 
quick settlement.",
24022402
"wallet.tour.stepfour.title": "Swap",

0 commit comments

Comments
 (0)