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

Commit 10bd8d4

Browse files
author
plondon
committed
chore(Release): v4.21.3
1 parent ddf4468 commit 10bd8d4

3 files changed

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

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4845,6 +4845,10 @@
48454845
},
48464846
{
48474847
"descriptors": [
4848+
{
4849+
"defaultMessage": "You've Entered a Bitpay URL",
4850+
"id": "modals.confirm.title/bitpay"
4851+
},
48484852
{
48494853
"defaultMessage": "Verify Your Identity",
48504854
"id": "modals.confirm.title.verify_identity"
@@ -4865,6 +4869,10 @@
48654869
"defaultMessage": "Confirm",
48664870
"id": "modals.confirm.title"
48674871
},
4872+
{
4873+
"defaultMessage": "Click OK to autopopulate your Bitpay invoice payment information.",
4874+
"id": "modals.confirm.message.bitpay"
4875+
},
48684876
{
48694877
"defaultMessage": "Verifying your identity will raise your buy and sell limits, allowing you to trade higher amounts. It will also speed up waiting times for trades. It only takes a few minutes to go through the process.",
48704878
"id": "modals.confirm.message.verify_identity"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@
590590
"modals.confirm.confirm.phone_call": "Give Me A Call",
591591
"modals.confirm.confirm.verify_identity": "Verify My Identity",
592592
"modals.confirm.message": "Please confirm.",
593+
"modals.confirm.message.bitpay": "Click OK to autopopulate your Bitpay invoice payment information.",
593594
"modals.confirm.message.lockbox": "Are you sure you want to unpair your device? You will lose all balance, transaction, and account data.",
594595
"modals.confirm.message.phone_call": "Would you like to speed up the process?",
595596
"modals.confirm.message.phone_call_1": "You can receive your funds in only 3 business days by a quick and painless phone call to verify your identity.",
@@ -602,6 +603,7 @@
602603
"modals.confirm.title.lockbox": "Unpair Device",
603604
"modals.confirm.title.phone_call": "Trade In Progress",
604605
"modals.confirm.title.verify_identity": "Verify Your Identity",
606+
"modals.confirm.title/bitpay": "You've Entered a Bitpay URL",
605607
"modals.deleteaddresslabel.cancel": "Cancel",
606608
"modals.disable2fa.disable": "Disable",
607609
"modals.disable2fa.sure": "Are you sure you wish to disable the",

0 commit comments

Comments
 (0)