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

Commit 8061492

Browse files
author
schnogz
committed
chore(Release): v4.22.4
1 parent 47286a4 commit 8061492

3 files changed

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

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,14 @@
181181
"defaultMessage": "Incorrect BIP38 password.",
182182
"id": "components.alerts.incorrect_bip38_password_error"
183183
},
184+
{
185+
"defaultMessage": "This wallet is restricted to another IP address. To remove this restriction, submit a 2FA reset request under",
186+
"id": "components.alerts.iprestriction_login_error"
187+
},
188+
{
189+
"defaultMessage": "Need some help?",
190+
"id": "components.alerts.iprestriction_login_error-link"
191+
},
184192
{
185193
"defaultMessage": "You must add at least one IP address to the whitelist to enable Login IP Restriction",
186194
"id": "components.alerts.iprestriction_no_whitelist_error"
@@ -8776,6 +8784,10 @@
87768784
{
87778785
"defaultMessage": "Download Software",
87788786
"id": "scenes.lockbox.dashboard.updaterequirednotice.download"
8787+
},
8788+
{
8789+
"defaultMessage": "I've already updated",
8790+
"id": "scenes.lockbox.dashboard.updaterequirednotice.dismiss"
87798791
}
87808792
],
87818793
"path": "src/scenes/Lockbox/Dashboard/UpdateRequiredNotice/index.json"
@@ -11596,5 +11608,22 @@
1159611608
}
1159711609
],
1159811610
"path": "src/services/WhatsNewService/WhatsNewContent/USDPax.json"
11611+
},
11612+
{
11613+
"descriptors": [
11614+
{
11615+
"defaultMessage": "Wallet Tour",
11616+
"id": "layouts.wallet.trayright.whatsnew.whatsnewcontent.wallet.tour"
11617+
},
11618+
{
11619+
"defaultMessage": "Welcome to your Wallet. Discover your Wallet's tools and features by taking a quick tour.",
11620+
"id": "layouts.wallet.trayright.whatsnew.whatsnewcontent.wallet.tour.content"
11621+
},
11622+
{
11623+
"defaultMessage": "Take The Tour Now",
11624+
"id": "layouts.wallet.trayright.whatsnew.whatsnewcontent.wallet.tour.start"
11625+
}
11626+
],
11627+
"path": "src/services/WhatsNewService/WhatsNewContent/WalletTour.json"
1159911628
}
1160011629
]

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@
151151
"components.alerts.hint_update_success": "Hint has been successfully updated",
152152
"components.alerts.import_legacy_success": "Address added successfully",
153153
"components.alerts.incorrect_bip38_password_error": "Incorrect BIP38 password.",
154+
"components.alerts.iprestriction_login_error": "This wallet is restricted to another IP address. To remove this restriction, submit a 2FA reset request under",
155+
"components.alerts.iprestriction_login_error-link": "Need some help?",
154156
"components.alerts.iprestriction_no_whitelist_error": "You must add at least one IP address to the whitelist to enable Login IP Restriction",
155157
"components.alerts.iprestriction_update_error": "Failed to update IP restriction",
156158
"components.alerts.iprestriction_update_success": "IP restriction has been successfully updated",
@@ -526,6 +528,9 @@
526528
"layouts.wallet.trayright.whatsnew.whatsnewcontent.usdpax.checkit": "Check it Out!",
527529
"layouts.wallet.trayright.whatsnew.whatsnewcontent.usdpax.one": "A Digital US Dollar in Your Wallet",
528530
"layouts.wallet.trayright.whatsnew.whatsnewcontent.usdpax.stable": "USD PAX, a crypto backed 1:1 for the dollar, is now available in your web wallet to trade and transact with. You can use these digital dollars to de-risk in a moving market, manage inflation of your local currency, or move quickly between cryptos in your wallet. 1 $PAX = 1 $USD, always.",
531+
"layouts.wallet.trayright.whatsnew.whatsnewcontent.wallet.tour": "Wallet Tour",
532+
"layouts.wallet.trayright.whatsnew.whatsnewcontent.wallet.tour.content": "Welcome to your Wallet. Discover your Wallet's tools and features by taking a quick tour.",
533+
"layouts.wallet.trayright.whatsnew.whatsnewcontent.wallet.tour.start": "Take The Tour Now",
529534
"lockbox.service.messages.appalreadyinstalled": "App already installed",
530535
"lockbox.service.messages.btcrequired": "Unable to remove BTC app as it is required by others.",
531536
"lockbox.service.messages.locked": "Device locked and unable to communicate.",
@@ -1693,6 +1698,7 @@
16931698
"scenes.linkaccount.share_levels2": "Share your Gold or Silver status",
16941699
"scenes.linkaccount.view_pw": "View your Wallet password, recovery phrase, or private keys",
16951700
"scenes.lockbox.dashboard.transactions.thatsit": "That's it! No more transactions 📭",
1701+
"scenes.lockbox.dashboard.updaterequirednotice.dismiss": "I've already updated",
16961702
"scenes.lockbox.dashboard.updaterequirednotice.download": "Download Software",
16971703
"scenes.lockbox.dashboard.updaterequirednotice.learn": "Learn more",
16981704
"scenes.lockbox.dashboard.updaterequirednotice.subtitle": "In order to continue using your Lockbox, you must first update your device and reinstall the apps via the following updating software.",

0 commit comments

Comments
 (0)