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

Commit e8e6bd5

Browse files
author
plondon
committed
chore(Release): v4.23.1
1 parent df5b2f4 commit e8e6bd5

3 files changed

Lines changed: 16 additions & 1 deletion

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.23.0",
3+
"version": "4.23.1",
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9137,6 +9137,19 @@
91379137
],
91389138
"path": "src/scenes/Recover/SecondStep/template.json"
91399139
},
9140+
{
9141+
"descriptors": [
9142+
{
9143+
"defaultMessage": "Trade in The PIT.",
9144+
"id": "components.pitcallout.tradeinthepit"
9145+
},
9146+
{
9147+
"defaultMessage": "Trade crypto & fiat in The PIT, Blockchain’s new lightning fast exchange.",
9148+
"id": "components.pitcallout.tradecrypto"
9149+
}
9150+
],
9151+
"path": "src/scenes/Register/PitCallout/index.json"
9152+
},
91409153
{
91419154
"descriptors": [
91429155
{

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@
323323
"components.orderstatus.note.swappending": "Thanks for placing your trade! Funds will usually reach your wallet within 2 hours and we’ll send you a notification when that happens. Keep track of your trade’s progress in the Order History tab.",
324324
"components.orderstatus.note.swaprefunded": "We have refunded your wallet after the trade failed. Please return to the swap tab to start a new trade.",
325325
"components.orderstatus.note.swaprefunding": "We are now processing a refund for any funds broadcast minus the network fee. Please check your Order History to check the refund status.",
326+
"components.pitcallout.tradecrypto": "Trade crypto & fiat in The PIT, Blockchain’s new lightning fast exchange.",
327+
"components.pitcallout.tradeinthepit": "Trade in The PIT.",
326328
"components.qrreader.warning": "Your browser does not have webcam support.",
327329
"components.selectboxbchaddresses.watchonly": "Non-Spendable",
328330
"components.selectboxbtcaddresses.watchonly": "Non-Spendable",

0 commit comments

Comments
 (0)