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

Commit feceb08

Browse files
author
plondon
committed
chore(Release): v4.21.0
1 parent 4a13a58 commit feceb08

3 files changed

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

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,10 @@
11191119
"defaultMessage": "This quote will refresh in: {timeLeft}",
11201120
"id": "scenes.exchange.secondstep.expiry_text"
11211121
},
1122+
{
1123+
"defaultMessage": "Remaining time {timeLeft}",
1124+
"id": "modals.sendbtc.firststep.paypro_expiry_text"
1125+
},
11221126
{
11231127
"defaultMessage": "This rate will expire after {time}.",
11241128
"id": "scenes.exchange.secondstep.expiry.tooltip1"
@@ -3163,6 +3167,23 @@
31633167
],
31643168
"path": "src/modals/Bch/SendBch/template.json"
31653169
},
3170+
{
3171+
"descriptors": [
3172+
{
3173+
"defaultMessage": "BitPay Invoice Expired",
3174+
"id": "modals.bitpayexpired.invoice_expired"
3175+
},
3176+
{
3177+
"defaultMessage": "An invoice is only valid for 15 minutes. Return to the merchant if you would like to resubmit a payment.",
3178+
"id": "modals.bitpayexpired.expired_msg"
3179+
},
3180+
{
3181+
"defaultMessage": "OK",
3182+
"id": "modals.support.contact_support"
3183+
}
3184+
],
3185+
"path": "src/modals/BitPayExpired/template.json"
3186+
},
31663187
{
31673188
"descriptors": [
31683189
{

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
"components.alerts.autologout_update_success": "Auto logout has been successfully updated",
114114
"components.alerts.bank_account_set_success": "Bank account set successfully",
115115
"components.alerts.bch_address_incorrect": "Invalid Bitcoin Cash Address.",
116+
"components.alerts.bitpay_not_found": "BitPay invoice not found",
116117
"components.alerts.btc_address_incorrect": "Invalid Bitcoin Address.",
117118
"components.alerts.captcha_code_incorrect": "The captcha you provided was incorrect, please try again",
118119
"components.alerts.coinify_signup_error": "Failed to create Coinify account.",
@@ -567,6 +568,8 @@
567568
"modals.autodisconnection.explain2": "Click 'Cancel' if you don't want to be logged out automatically.",
568569
"modals.autodisconnection.logout": "Log me out",
569570
"modals.autodisconnection.title": "Are you still there?",
571+
"modals.bitpayexpired.expired_msg": "An invoice is only valid for 15 minutes. Return to the merchant if you would like to resubmit a payment.",
572+
"modals.bitpayexpired.invoice_expired": "BitPay Invoice Expired",
570573
"modals.coinifybuyviacard.buynow": "Buy Now",
571574
"modals.coinifybuyviacard.intro2": "Introducing buy Bitcoin with cards within your Wallet. Buying & selling with bank is temporarily unavailable.",
572575
"modals.coinifybuyviacard.title2": "Buy with Cards",
@@ -947,6 +950,7 @@
947950
"modals.sendbtc.firststep.fromwallet": "From",
948951
"modals.sendbtc.firststep.lockboxwarn": "You will need to connect your Lockbox to complete this transaction.",
949952
"modals.sendbtc.firststep.networkfee": "Network Fee",
953+
"modals.sendbtc.firststep.paypro_expiry_text": "Remaining time {timeLeft}",
950954
"modals.sendbtc.firststep.sendamount": "Amount",
951955
"modals.sendbtc.firststep.sharetooltip": "Add a note to remind yourself what this transaction relates to. This note will be private and only seen by you.",
952956
"modals.sendbtc.firststep.towallet": "To",

0 commit comments

Comments
 (0)