Skip to content

Commit

Permalink
chore(Release): v4.23.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Oct 30, 2019
1 parent d0834c1 commit 86a8956
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 40 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "blockchain-wallet-v4",
"version": "4.23.12",
"version": "4.23.13",
"license": "AGPL-3.0-or-later",
"private": true,
"author": {
Expand Down
Expand Up @@ -2069,10 +2069,6 @@
"defaultMessage": "The PIT Exchange",
"id": "layouts.wallet.menuleft.navigation.thepitexchange"
},
{
"defaultMessage": "New",
"id": "layouts.wallet.menuleft.navigation.transactions.new"
},
{
"defaultMessage": "Trade in The PIT.",
"id": "the.pit.tooltip.title"
Expand Down Expand Up @@ -4197,6 +4193,35 @@
],
"path": "src/modals/Eth/TransferEth/template.success.json"
},
{
"descriptors": [
{
"defaultMessage": "We're sorry, the airdrop program is currently not available where you are.",
"id": "modals.sunriverlinkerror.airdrop_not_available"
},
{
"defaultMessage": "Looks like you've already received your airdrop!",
"id": "modals.sunriverlinkerror.already_received"
},
{
"defaultMessage": "We're sorry, this specific airdrop is over. Completing your profile will still give you access to higher Swap limits and future airdrops.",
"id": "modals.sunriverlinkerror.campaign_has_expired"
},
{
"defaultMessage": "Oops! We had trouble processing your airdrop. Please try again.",
"id": "modals.sunriverlinkerror.error"
},
{
"defaultMessage": "Whoops!",
"id": "modals.sunriverlinkerror.title"
},
{
"defaultMessage": "Continue",
"id": "modals.sunriverlinkerror.continue"
}
],
"path": "src/modals/Exchange/AirdropError/index.json"
},
{
"descriptors": [
{
Expand Down Expand Up @@ -4863,35 +4888,6 @@
],
"path": "src/modals/Exchange/ShapeshiftTradeDetails/template.success.json"
},
{
"descriptors": [
{
"defaultMessage": "We're sorry, the airdrop program is currently not available where you are.",
"id": "modals.sunriverlinkerror.airdrop_not_available"
},
{
"defaultMessage": "Looks like you've already received your airdrop!",
"id": "modals.sunriverlinkerror.already_received"
},
{
"defaultMessage": "We're sorry, this specific airdrop is over. Completing your profile will still give you access to higher Swap limits and future airdrops.",
"id": "modals.sunriverlinkerror.campaign_has_expired"
},
{
"defaultMessage": "Oops! We had trouble processing your airdrop. Please try again.",
"id": "modals.sunriverlinkerror.error"
},
{
"defaultMessage": "Whoops!",
"id": "modals.sunriverlinkerror.title"
},
{
"defaultMessage": "Continue",
"id": "modals.sunriverlinkerror.continue"
}
],
"path": "src/modals/Exchange/AirdropError/index.json"
},
{
"descriptors": [
{
Expand Down Expand Up @@ -6080,12 +6076,16 @@
{
"descriptors": [
{
"defaultMessage": "Second password required",
"id": "modals.secondpassword.title"
"defaultMessage": "Our next airdrop is here. Enter your second password to reserve an address for the Blockstack Airdrop.",
"id": "modals.secondpassword.blockstack"
},
{
"defaultMessage": "Enter Your Second Password",
"id": "modals.secondpassword.title1"
},
{
"defaultMessage": "Please enter your second password",
"id": "modals.secondpassword.explain"
"defaultMessage": "Second Password",
"id": "modals.secondpassword.explain1"
},
{
"defaultMessage": "Cancel",
Expand Down
Expand Up @@ -938,10 +938,11 @@
"modals.requestxlm.scan_tooltip": "Ask the sender to scan this QR code with their stellar wallet",
"modals.requestxlm.sharetooltip": "Share this address with others, and they can send you XLM directly to your wallet. Your request address will not change.",
"modals.requestxlm.title": "Request Stellar",
"modals.secondpassword.blockstack": "Our next airdrop is here. Enter your second password to reserve an address for the Blockstack Airdrop.",
"modals.secondpassword.cancel": "Cancel",
"modals.secondpassword.confirm": "Confirm",
"modals.secondpassword.explain": "Please enter your second password",
"modals.secondpassword.title": "Second password required",
"modals.secondpassword.explain1": "Second Password",
"modals.secondpassword.title1": "Enter Your Second Password",
"modals.sendBch.firststep.continue": "Continue",
"modals.sendBch.firststep.currency": "Currency",
"modals.sendBch.firststep.desc": "Description",
Expand Down

0 comments on commit 86a8956

Please sign in to comment.