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

Commit 7e2783f

Browse files
author
schnogz
committed
chore(Release): v4.19.3
1 parent 04d7c20 commit 7e2783f

3 files changed

Lines changed: 42 additions & 241 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.19.2",
3+
"version": "4.19.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: 33 additions & 238 deletions
Original file line numberDiff line numberDiff line change
@@ -683,15 +683,15 @@
683683
},
684684
{
685685
"defaultMessage": "Unfortunately this email is being used for another account.",
686-
"id": "coinifyexchangedata.create.accept.error1"
686+
"id": "coinifyexchangedata.create.accept.err1"
687687
},
688688
{
689689
"defaultMessage": "Click here",
690-
"id": "coinifyexchangedata.create.accept.error2"
690+
"id": "coinifyexchangedata.create.accept.err2"
691691
},
692692
{
693693
"defaultMessage": "to change it.",
694-
"id": "coinifyexchangedata.create.accept.error3"
694+
"id": "coinifyexchangedata.create.accept.err3"
695695
},
696696
{
697697
"defaultMessage": "We're sorry, but something unexpected went wrong. Please",
@@ -723,29 +723,12 @@
723723
"id": "coinifyexchangedata.create.header.createaccount"
724724
},
725725
{
726-
"defaultMessage": "To get started, create and verify your account in a matter of minutes. We'll need your email, personal info and ID",
727-
"id": "coinifyexchangedata.create.subheader.getstartedverify"
726+
"defaultMessage": "To get started, create and verify your account in a matter of minutes. We'll need a verified email to start with.",
727+
"id": "coinifyexchangedata.create.subheader.getstartedverifyemail"
728728
}
729729
],
730730
"path": "src/components/BuySell/Coinify/Create/template.json"
731731
},
732-
{
733-
"descriptors": [
734-
{
735-
"defaultMessage": "Enter the email address you'd like to verify:",
736-
"id": "coinifyexchangedata.create.verifyemail.enteremail.youwouldlike"
737-
},
738-
{
739-
"defaultMessage": "Send Verification Email",
740-
"id": "coinifyexchangedata.create.verifyemail.sendverifyemail"
741-
},
742-
{
743-
"defaultMessage": "Another verification email has been sent! Don't see it? {resend}",
744-
"id": "coinifyexchangedata.create.verifyemail.helper.sentverificationemail"
745-
}
746-
],
747-
"path": "src/components/BuySell/Coinify/Create/VerifyEmail/template.json"
748-
},
749732
{
750733
"descriptors": [
751734
{
@@ -797,10 +780,6 @@
797780
"defaultMessage": "3% convenience fee",
798781
"id": "coinifyexchangedata.payment.mediumhelpers.card.detail2"
799782
},
800-
{
801-
"defaultMessage": "Visa or Mastercard",
802-
"id": "coinifyexchangedata.payment.mediumhelpers.card.detail3"
803-
},
804783
{
805784
"defaultMessage": "Bank Transfer",
806785
"id": "coinifyexchangedata.payment.mediumhelpers.bank"
@@ -3632,6 +3611,23 @@
36323611
],
36333612
"path": "src/modals/Btc/VerifyMessage/index.json"
36343613
},
3614+
{
3615+
"descriptors": [
3616+
{
3617+
"defaultMessage": "Buy with Cards",
3618+
"id": "modals.coinifybuyviacard.title2"
3619+
},
3620+
{
3621+
"defaultMessage": "Introducing buy Bitcoin with cards within your Wallet. Buying & selling with bank is temporarily unavailable.",
3622+
"id": "modals.coinifybuyviacard.intro2"
3623+
},
3624+
{
3625+
"defaultMessage": "Buy Now",
3626+
"id": "modals.coinifybuyviacard.buynow"
3627+
}
3628+
],
3629+
"path": "src/modals/Coinify/CoinifyBuyViaCard/index.json"
3630+
},
36353631
{
36363632
"descriptors": [
36373633
{
@@ -4346,8 +4342,8 @@
43464342
"id": "identityverification.personal.label.state"
43474343
},
43484344
{
4349-
"defaultMessage": "Unfortunately Swap is not available in your state at this time.",
4350-
"id": "identityverification.personal.unavailable_swap"
4345+
"defaultMessage": "Unfortunately this feature is not available in your state at this time.",
4346+
"id": "identityverification.personal.unavailable"
43514347
},
43524348
{
43534349
"defaultMessage": "We will notify you when we expand to your area.",
@@ -7546,216 +7542,19 @@
75467542
{
75477543
"descriptors": [
75487544
{
7549-
"defaultMessage": "Buy Limit: {buyLimit}",
7550-
"id": "scenes.buysell.sfoxcheckout.content.jumio.buylimit"
7551-
},
7552-
{
7553-
"defaultMessage": "Sell Limit: {sellLimit}",
7554-
"id": "scenes.buysell.sfoxcheckout.content.jumio.selllimit"
7545+
"defaultMessage": "Sell Unavailable",
7546+
"id": "scenes.buysell.coinify.sellunavailable.header"
75557547
},
75567548
{
7557-
"defaultMessage": "Success! Identity Verification Complete",
7558-
"id": "scenes.buysell.sfoxcheckout.content.jumio.title.completed"
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"
75597551
},
75607552
{
7561-
"defaultMessage": "Identity Verification Pending",
7562-
"id": "scenes.buysell.sfoxcheckout.content.jumio.title.pending"
7563-
},
7564-
{
7565-
"defaultMessage": "Identity Verification Failed",
7566-
"id": "scenes.buysell.sfoxcheckout.content.jumio.title.failed"
7567-
},
7568-
{
7569-
"defaultMessage": "You're almost there! The uploaded information is being reviewed. This should just take a few minutes.",
7570-
"id": "scenes.buysell.sfoxcheckout.content.jumio.body.pending.awaitingjumio"
7571-
},
7572-
{
7573-
"defaultMessage": "Your identity verification is incomplete. Please continue to follow the steps to complete the process.",
7574-
"id": "scenes.buysell.sfoxcheckout.content.jumio.body.pending"
7575-
},
7576-
{
7577-
"defaultMessage": "The system has failed to verify your identity. Contact support@sfox.com for more information.",
7578-
"id": "scenes.buysell.sfoxcheckout.content.jumio.body.failed"
7579-
},
7580-
{
7581-
"defaultMessage": "Refresh Status",
7582-
"id": "scenes.buysell.sfoxcheckout.content.jumio.button.refresh"
7583-
},
7584-
{
7585-
"defaultMessage": "Complete Verification",
7586-
"id": "scenes.buysell.sfoxcheckout.content.jumio.button.complete_verification"
7587-
},
7588-
{
7589-
"defaultMessage": "Try Again",
7590-
"id": "scenes.buysell.sfoxcheckout.content.jumio.button.tryagain"
7591-
}
7592-
],
7593-
"path": "src/scenes/BuySell/SfoxCheckout/Content/JumioStatus/template.success.json"
7594-
},
7595-
{
7596-
"descriptors": [
7597-
{
7598-
"defaultMessage": "I want to buy",
7599-
"id": "buy.sfoxcheckout.outputmethod.title.buy"
7600-
},
7601-
{
7602-
"defaultMessage": "I want to sell",
7603-
"id": "buy.sfoxcheckout.title.sell"
7604-
},
7605-
{
7606-
"defaultMessage": "I will pay with",
7607-
"id": "buy.sfoxcheckout.inputmethod.title.buywith"
7608-
},
7609-
{
7610-
"defaultMessage": "I will receive funds into",
7611-
"id": "buy.sfoxcheckout.outputmethod.title.sellwith"
7612-
},
7613-
{
7614-
"defaultMessage": "Loading",
7615-
"id": "buy.sfoxcheckout.loading"
7616-
},
7617-
{
7618-
"defaultMessage": "Amount",
7619-
"id": "buy.sfoxcheckout.amount"
7620-
}
7621-
],
7622-
"path": "src/scenes/BuySell/SfoxCheckout/Content/OrderCheckout.json"
7623-
},
7624-
{
7625-
"descriptors": [
7626-
{
7627-
"defaultMessage": "What are the fees?",
7628-
"id": "scenes.buysell.sfoxcheckout.orderreview.helper1.question"
7629-
},
7630-
{
7631-
"defaultMessage": "There is a trading fee that SFOX requires to execute a buy or sell trade. For sell trades specifically, there is an additional transaction fee that goes to network miners in order to send the amount you’re selling to SFOX.",
7632-
"id": "scenes.buysell.sfoxcheckout.orderreview.helper1.answer"
7633-
},
7634-
{
7635-
"defaultMessage": "How long will it take to get my funds?",
7636-
"id": "scenes.buysell.sfoxcheckout.orderreview.helper2.question"
7637-
},
7638-
{
7639-
"defaultMessage": "On average, it will take about a week for you to receive your funds from either a buy or sell trade.",
7640-
"id": "scenes.buysell.sfoxcheckout.orderreview.helper2.answer"
7641-
},
7642-
{
7643-
"defaultMessage": "Can I cancel my trade?",
7644-
"id": "scenes.buysell.sfoxcheckout.orderreview.helper3.question"
7645-
},
7646-
{
7647-
"defaultMessage": "Once you submit your trade here, it will move into a pending state. With that said, please be sure to verify the information here carefully before submitting. Once pending, your trade cannot be reversed, cancelled or changed.",
7648-
"id": "scenes.buysell.sfoxcheckout.orderreview.helper3.answer1"
7649-
},
7650-
{
7651-
"defaultMessage": "You're almost there",
7652-
"id": "buy.sfoxcheckout.almostthere"
7653-
},
7654-
{
7655-
"defaultMessage": "Before we can start processing your order, review the order details below. If everything looks good to you, click submit to complete your order.",
7656-
"id": "buy.sfoxcheckout.revieworder.subtext"
7657-
},
7658-
{
7659-
"defaultMessage": "Your Connected Account",
7660-
"id": "buy.sfoxcheckout.connectedaccount"
7661-
},
7662-
{
7663-
"defaultMessage": "Exchange Rate",
7664-
"id": "buy.sfoxcheckout.exchangerate"
7665-
},
7666-
{
7667-
"defaultMessage": "BTC Amount to Purchase",
7668-
"id": "buy.sfoxcheckout.orderdetails.amounttopurchase"
7669-
},
7670-
{
7671-
"defaultMessage": "BTC Amount to Sell",
7672-
"id": "buy.sfoxcheckout.orderdetails.amounttosell"
7673-
},
7674-
{
7675-
"defaultMessage": "Trading Fee",
7676-
"id": "buy.sfoxcheckout.orderdetails.tradingfee"
7677-
},
7678-
{
7679-
"defaultMessage": "Total Cost",
7680-
"id": "buy.sfoxcheckout.orderdetails.totalcost"
7681-
},
7682-
{
7683-
"defaultMessage": "Total to be Received",
7684-
"id": "buy.sfoxcheckout.orderdetails.totaltobereceived"
7685-
},
7686-
{
7687-
"defaultMessage": "Estimated Delivery of Funds",
7688-
"id": "buy.sfoxcheckout.orderdetails.fundsdelivery"
7689-
},
7690-
{
7691-
"defaultMessage": "Try again",
7692-
"id": "buy.sfoxcheckout.orderdetails.try_again"
7693-
}
7694-
],
7695-
"path": "src/scenes/BuySell/SfoxCheckout/Content/OrderReview.json"
7696-
},
7697-
{
7698-
"descriptors": [
7699-
{
7700-
"defaultMessage": "I authorize SFOX, Inc. to debit my linked bank account ending in {account} and comply with the SFOX {ToS}.",
7701-
"id": "scenes.buysell.sfox.orderreview.checkboxtext"
7702-
},
7703-
{
7704-
"defaultMessage": "Submit",
7705-
"id": "buysell.sfoxcheckout.orderreview.submit"
7706-
},
7707-
{
7708-
"defaultMessage": "Cancel",
7709-
"id": "buysell.sfoxcheckout.orderreview.cancel"
7710-
}
7711-
],
7712-
"path": "src/scenes/BuySell/SfoxCheckout/Content/orderReviewForm.json"
7713-
},
7714-
{
7715-
"descriptors": [
7716-
{
7717-
"defaultMessage": "Review Order",
7718-
"id": "buy.sfoxcheckout.revieworder"
7719-
}
7720-
],
7721-
"path": "src/scenes/BuySell/SfoxCheckout/Content/QuoteInputTemplate.json"
7722-
},
7723-
{
7724-
"descriptors": [
7725-
{
7726-
"defaultMessage": "What are the fees?",
7727-
"id": "scenes.buysell.sfoxcheckout.cyo.helper1.question"
7728-
},
7729-
{
7730-
"defaultMessage": "There is a trading fee that SFOX requires to execute a buy or sell trade. For sell trades specifically, there is an additional transaction fee that goes to network miners in order to send the amount you’re selling to SFOX.",
7731-
"id": "scenes.buysell.sfoxcheckout.cyo.helper1.answer"
7732-
},
7733-
{
7734-
"defaultMessage": "What is the exchange rate?",
7735-
"id": "scenes.buysell.sfoxcheckout.cyo.helper2.question"
7736-
},
7737-
{
7738-
"defaultMessage": "These rates are determined by the market, the broader ecosystem of other buyers and sellers. We fetch the most recent exchange rate and guarantee it for 30 seconds. The quote will automatically refresh every 30 seconds until you select ‘Submit’.",
7739-
"id": "scenes.buysell.sfoxcheckout.cyo.helper2.answer"
7740-
},
7741-
{
7742-
"defaultMessage": "How do I raise my limits?",
7743-
"id": "scenes.buysell.sfoxcheckout.cyo.helper3.question"
7744-
},
7745-
{
7746-
"defaultMessage": "Daily limits are determined by how much information has been submitted to, and verified by, SFOX— the highest daily limit being $10,000. Keep in mind: your daily buy and sell limits directly impact each other (for example, If your limit is $10,000 and you decide to sell $6,000, you will have a limit to buy $4,000).",
7747-
"id": "scenes.buysell.sfoxcheckout.cyo.helper3.answer"
7748-
},
7749-
{
7750-
"defaultMessage": "Pending Orders",
7751-
"id": "scenes.buysell.sfoxcheckout.trades.pending"
7752-
},
7753-
{
7754-
"defaultMessage": "Completed Orders",
7755-
"id": "scenes.buysell.sfoxcheckout.trades.completed"
7553+
"defaultMessage": "Learn More",
7554+
"id": "scenes.buysell.coinify.sellunavailable.learnmore"
77567555
}
77577556
],
7758-
"path": "src/scenes/BuySell/SfoxCheckout/Content/template.success.json"
7557+
"path": "src/scenes/BuySell/CoinifyCheckout/Content/Sell/SellUnavailable/index.json"
77597558
},
77607559
{
77617560
"descriptors": [
@@ -7764,12 +7563,8 @@
77647563
"id": "scenes.buysell.selectpartner.header.buy_bitcoin"
77657564
},
77667565
{
7767-
"defaultMessage": "You can buy & sell Bitcoin (BTC) using your credit card or bank account from your Wallet through our partner Coinify.",
7768-
"id": "scenes.buysell.selectpartner.subheader_coinify"
7769-
},
7770-
{
7771-
"defaultMessage": "You can buy & sell Bitcoin (BTC) using your linked bank account from your Wallet through our partner SFOX.",
7772-
"id": "scenes.buysell.selectpartner.subheader_sfox"
7566+
"defaultMessage": "You can buy & sell Bitcoin (BTC) from your Wallet through our partner Coinify.",
7567+
"id": "scenes.buysell.selectpartner.subheader_coinify2"
77737568
},
77747569
{
77757570
"defaultMessage": "You can buy & sell Bitcoin (BTC) from your Wallet.",

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
"identityverification.personal.staterequired": "State *",
443443
"identityverification.personal.streetline1required": "Street Line 1 *",
444444
"identityverification.personal.streetline2": "Street Line 2",
445-
"identityverification.personal.unavailable_swap": "Unfortunately Swap is not available in your state at this time.",
445+
"identityverification.personal.unavailable": "Unfortunately this feature is not available in your state at this time.",
446446
"identityverification.personal.unavailablenotify": "We will notify you when we expand to your area.",
447447
"identityverification.personal.verifyemail": "Verify Your Email Address",
448448
"identityverification.personal.zip": "Zip Code *",
@@ -566,6 +566,9 @@
566566
"modals.autodisconnection.explain2": "Click 'Cancel' if you don't want to be logged out automatically.",
567567
"modals.autodisconnection.logout": "Log me out",
568568
"modals.autodisconnection.title": "Are you still there?",
569+
"modals.coinifybuyviacard.buynow": "Buy Now",
570+
"modals.coinifybuyviacard.intro2": "Introducing buy Bitcoin with cards within your Wallet. Buying & selling with bank is temporarily unavailable.",
571+
"modals.coinifybuyviacard.title2": "Buy with Cards",
569572
"modals.coinifydeletebank.cancel": "Cancel",
570573
"modals.coinifydeletebank.explain": "Are you sure you want to delete this bank account?",
571574
"modals.coinifydeletebank.logout": "Delete",
@@ -1199,6 +1202,9 @@
11991202
"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.",
12001203
"scenes.buysell.coinify.kyc.verified": "Your identity verification is complete! Your limits have been raised.",
12011204
"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.",
12021208
"scenes.buysell.coinifycheckout.content.buy.close": "Close",
12031209
"scenes.buysell.coinifycheckout.content.nextsubscription.amount": "Amount:",
12041210
"scenes.buysell.coinifycheckout.content.nextsubscription.frequency": "Frequency:",
@@ -1254,7 +1260,7 @@
12541260
"scenes.buysell.selectpartner.countryanswer": "Due to local laws, Blockchain can only operate in permitted regions.",
12551261
"scenes.buysell.selectpartner.countryquestion": "What's my country for?",
12561262
"scenes.buysell.selectpartner.header.buy_bitcoin": "Buy & Sell Bitcoin",
1257-
"scenes.buysell.selectpartner.subheader_coinify": "You can buy & sell Bitcoin (BTC) using your credit card or bank account from your Wallet through our partner Coinify.",
1263+
"scenes.buysell.selectpartner.subheader_coinify2": "You can buy & sell Bitcoin (BTC) from your Wallet through our partner Coinify.",
12581264
"scenes.buysell.selectpartner.subheader_nopartner": "You can buy & sell Bitcoin (BTC) from your Wallet.",
12591265
"scenes.buysell.sfoxsignup.link.helper1.answer1": "Yes, you can change your bank account by emailing",
12601266
"scenes.buysell.sfoxsignup.link.helper1.answer2": ". Make sure you mention Blockchain in the subject and include the information you want to change.",

0 commit comments

Comments
 (0)