Skip to content

Commit

Permalink
chore(Release): v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Feb 21, 2019
1 parent 9d4c885 commit 6df64d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockchain-wallet-v4",
"version": "4.10.0",
"version": "4.10.1",
"license": "AGPL-3.0-or-later",
"private": true,
"author": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1724,8 +1724,8 @@
"id": "modals.exchange.shapeshift.feetooltip"
},
{
"defaultMessage": "This transaction involves a watch only address.",
"id": "scenes.home.activitylist.watchonly"
"defaultMessage": "This transaction involves a non-spendable address.",
"id": "scenes.home.activitylist.nonspendable"
},
{
"defaultMessage": "When you send bitcoin, your Blockchain wallet automatically selects addresses to spend from. That is why the current balance of an address can be different from the total received value.",
Expand Down Expand Up @@ -8149,8 +8149,8 @@
"id": "scenes.exchange.exchangeform.error.annuallimitreached"
},
{
"defaultMessage": "Amount is below mimimum.",
"id": "scenes.exchange.exchangeform.error.minimumamount"
"defaultMessage": "Amount is below minimum.",
"id": "scenes.exchange.exchangeform.error.mamountminimum"
},
{
"defaultMessage": "Amount is above maximum.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1438,8 +1438,8 @@
"scenes.exchange.exchangeform.error.insufficientfunds": "Insufficient funds",
"scenes.exchange.exchangeform.error.latesttx": "Please wait until our previous transaction confirms.",
"scenes.exchange.exchangeform.error.latesttxfetchfailed": "Failed to get previous transaction.",
"scenes.exchange.exchangeform.error.mamountminimum": "Amount is below minimum.",
"scenes.exchange.exchangeform.error.maximumamount": "Amount is above maximum.",
"scenes.exchange.exchangeform.error.minimumamount": "Amount is below mimimum.",
"scenes.exchange.exchangeform.error.noadvicemessage": "Failed to fetch the rates for current amount.",
"scenes.exchange.exchangeform.error.nolimitsmessage": "Failed to get trade limits.",
"scenes.exchange.exchangeform.error.orderlimit": "Amount exceeds single trade limit.",
Expand Down Expand Up @@ -1697,8 +1697,8 @@
"scenes.home.activitylist.empty.funds": "Get started by adding some funds to your wallet!",
"scenes.home.activitylist.empty.notx": "No transactions yet? No problem.",
"scenes.home.activitylist.empty.requestfunds": "Request Funds",
"scenes.home.activitylist.nonspendable": "This transaction involves a non-spendable address.",
"scenes.home.activitylist.title": "Recent Activity",
"scenes.home.activitylist.watchonly": "This transaction involves a watch only address.",
"scenes.home.balance.lockbox": "Lockbox",
"scenes.home.balance.total": "Total",
"scenes.home.balance.wallet": "Wallet",
Expand Down

0 comments on commit 6df64d3

Please sign in to comment.