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

Commit 5bde747

Browse files
author
schnogz
committed
chore(Release): v4.17.4
1 parent 2f9c302 commit 5bde747

3 files changed

Lines changed: 58 additions & 9 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.17.3",
3+
"version": "4.17.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: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3611,6 +3611,23 @@
36113611
],
36123612
"path": "src/modals/Btc/VerifyMessage/index.json"
36133613
},
3614+
{
3615+
"descriptors": [
3616+
{
3617+
"defaultMessage": "Buy Bitcoin with cards",
3618+
"id": "modals.coinifybuyviacard.title"
3619+
},
3620+
{
3621+
"defaultMessage": "You can now purchase Bitcoin with your credit cards from within your wallet! No longer are you able to buy or sell with banks.",
3622+
"id": "modals.coinifybuyviacard.intro"
3623+
},
3624+
{
3625+
"defaultMessage": "Buy Now",
3626+
"id": "modals.coinifybuyviacard.buynow"
3627+
}
3628+
],
3629+
"path": "src/modals/Coinify/CoinifyBuyViaCard/index.json"
3630+
},
36143631
{
36153632
"descriptors": [
36163633
{
@@ -6759,8 +6776,8 @@
67596776
"id": "modals.sendxlm.firststep.txmemo"
67606777
},
67616778
{
6762-
"defaultMessage": "Sending XLM to an exchange often requires adding a memo. Be sure to add a memo if required.",
6763-
"id": "modals.sendxlm.firststep.sendtoexchange"
6779+
"defaultMessage": "Sending XLM to an exchange often requires adding a memo. Failing to include a required memo may result in a loss of funds!",
6780+
"id": "modals.sendxlm.firststep.sendtoexchange2"
67646781
},
67656782
{
67666783
"defaultMessage": "Learn More",
@@ -7522,6 +7539,23 @@
75227539
],
75237540
"path": "src/scenes/BuySell/CoinifyCheckout/Content/Sell/SelectAccounts/template.success.json"
75247541
},
7542+
{
7543+
"descriptors": [
7544+
{
7545+
"defaultMessage": "Sell Unavailable",
7546+
"id": "scenes.buysell.coinify.sellunavailable.header"
7547+
},
7548+
{
7549+
"defaultMessage": "Unfortunately Sell is not currently available in your state. We're working hard to bring it back as soon as possible.",
7550+
"id": "scenes.buysell.coinify.sellunavailable.reason"
7551+
},
7552+
{
7553+
"defaultMessage": "Learn More",
7554+
"id": "scenes.buysell.coinify.sellunavailable.learnmore"
7555+
}
7556+
],
7557+
"path": "src/scenes/BuySell/CoinifyCheckout/Content/Sell/SellUnavailable/index.json"
7558+
},
75257559
{
75267560
"descriptors": [
75277561
{
@@ -8621,6 +8655,10 @@
86218655
},
86228656
{
86238657
"descriptors": [
8658+
{
8659+
"defaultMessage": "Your password is not strong enough",
8660+
"id": "scenes.register.invalidstrongpassword"
8661+
},
86248662
{
86258663
"defaultMessage": "Recover Funds",
86268664
"id": "scenes.recover.secondstep.funds"
@@ -8650,6 +8688,10 @@
86508688
},
86518689
{
86528690
"descriptors": [
8691+
{
8692+
"defaultMessage": "Your password is not strong enough",
8693+
"id": "scenes.register.invalidstrongpassword"
8694+
},
86538695
{
86548696
"defaultMessage": "Create a Wallet",
86558697
"id": "scenes.register.createawallet"
@@ -9119,6 +9161,10 @@
91199161
},
91209162
{
91219163
"descriptors": [
9164+
{
9165+
"defaultMessage": "Your password is not strong enough",
9166+
"id": "scenes.securitysettings.advanced.walletpassword.invalidstrongpassword"
9167+
},
91229168
{
91239169
"defaultMessage": "Change",
91249170
"id": "scenes.securitysettings.advanced.walletpassword.settings.change"
@@ -10869,10 +10915,6 @@
1086910915
"defaultMessage": "PBKDF2 must be between 1 and 20000",
1087010916
"id": "formhelper.invalidpasswordstretchingnumber"
1087110917
},
10872-
{
10873-
"defaultMessage": "Your password is not strong enough",
10874-
"id": "formhelper.invalidstrongpassword"
10875-
},
1087610918
{
1087710919
"defaultMessage": "Invalid Wallet ID",
1087810920
"id": "formhelper.invalidwalletid"

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@
371371
"formhelper.invalidnumber": "Invalid number",
372372
"formhelper.invalidpassphrase": "Invalid passphrase",
373373
"formhelper.invalidpasswordstretchingnumber": "PBKDF2 must be between 1 and 20000",
374-
"formhelper.invalidstrongpassword": "Your password is not strong enough",
375374
"formhelper.invalidwalletid": "Invalid Wallet ID",
376375
"formhelper.invalidxlmaddress": "Invalid Stellar address",
377376
"formhelper.partnercountrywhitelist": "Country not available for buy & sell",
@@ -567,6 +566,9 @@
567566
"modals.autodisconnection.explain2": "Click 'Cancel' if you don't want to be logged out automatically.",
568567
"modals.autodisconnection.logout": "Log me out",
569568
"modals.autodisconnection.title": "Are you still there?",
569+
"modals.coinifybuyviacard.buynow": "Buy Now",
570+
"modals.coinifybuyviacard.intro": "You can now purchase Bitcoin with your credit cards from within your wallet! No longer are you able to buy or sell with banks.",
571+
"modals.coinifybuyviacard.title": "Buy Bitcoin with cards",
570572
"modals.coinifydeletebank.cancel": "Cancel",
571573
"modals.coinifydeletebank.explain": "Are you sure you want to delete this bank account?",
572574
"modals.coinifydeletebank.logout": "Delete",
@@ -990,7 +992,7 @@
990992
"modals.sendxlm.firststep.noaccount": "This account is currently inactive. To activate it, deposit at least one lumen (XLM) into your wallet.",
991993
"modals.sendxlm.firststep.sendamountto": "Amount",
992994
"modals.sendxlm.firststep.sendto": "To",
993-
"modals.sendxlm.firststep.sendtoexchange": "Sending XLM to an exchange often requires adding a memo. Be sure to add a memo if required.",
995+
"modals.sendxlm.firststep.sendtoexchange2": "Sending XLM to an exchange often requires adding a memo. Failing to include a required memo may result in a loss of funds!",
994996
"modals.sendxlm.firststep.sendtoexchangelearn": "Learn More",
995997
"modals.sendxlm.firststep.sharetooltip": "Add a note to remind yourself what this transaction relates to. This note will be private and only seen by you.",
996998
"modals.sendxlm.firststep.swap": "Swap for XLM",
@@ -1200,6 +1202,9 @@
12001202
"scenes.buysell.coinify.kyc.underreview": "We had some trouble verifying your account with the documents provided. Our Support team will contact you shortly to help you with the verification process.",
12011203
"scenes.buysell.coinify.kyc.verified": "Your identity verification is complete! Your limits have been raised.",
12021204
"scenes.buysell.coinify.sell.orderreview.accept_terms": "By clicking here, I accept that Coinify will process my order upon receipt of funds, and that the order will be executed at the available exchange rate at that time, which may differ from the displayed rate. I also accept Coinify's {terms}.",
1205+
"scenes.buysell.coinify.sellunavailable.header": "Sell Unavailable",
1206+
"scenes.buysell.coinify.sellunavailable.learnmore": "Learn More",
1207+
"scenes.buysell.coinify.sellunavailable.reason": "Unfortunately Sell is not currently available in your state. We're working hard to bring it back as soon as possible.",
12031208
"scenes.buysell.coinifycheckout.content.buy.close": "Close",
12041209
"scenes.buysell.coinifycheckout.content.nextsubscription.amount": "Amount:",
12051210
"scenes.buysell.coinifycheckout.content.nextsubscription.frequency": "Frequency:",
@@ -1762,6 +1767,7 @@
17621767
"scenes.register.createawallet": "Create a Wallet",
17631768
"scenes.register.createmywallet": "Create My Wallet",
17641769
"scenes.register.email": "Email",
1770+
"scenes.register.invalidstrongpassword": "Your password is not strong enough",
17651771
"scenes.register.password": "Password",
17661772
"scenes.register.registerform.blockchain.default.privacypolicy": "Privacy Policy.",
17671773
"scenes.register.registerform.blockchain.default.terms": "Terms of Service",
@@ -1906,6 +1912,7 @@
19061912
"scenes.securitysettings.advanced.secondpasswordwallet.settings.warning3": "For your security, we do not keep any passwords on file.",
19071913
"scenes.securitysettings.advanced.walletpassword.description": "Your password is never shared with Blockchain or stored on our servers. We cannot access or reset your password. The only way to restore your wallet is through your backup phrase.",
19081914
"scenes.securitysettings.advanced.walletpassword.description2": "Make sure you write down your backup phrase which is the only way to restore access to your wallet in the event of a lost password.",
1915+
"scenes.securitysettings.advanced.walletpassword.invalidstrongpassword": "Your password is not strong enough",
19091916
"scenes.securitysettings.advanced.walletpassword.settings.cancel": "Cancel",
19101917
"scenes.securitysettings.advanced.walletpassword.settings.change": "Change",
19111918
"scenes.securitysettings.advanced.walletpassword.settings.confirm": "Confirm Password:",

0 commit comments

Comments
 (0)