From 82b11b69a5dea38a4a036096528354a5a291a447 Mon Sep 17 00:00:00 2001 From: Vimal Date: Mon, 22 Oct 2018 16:44:21 +0530 Subject: Adding CoinSwitch exchange --- app/_locales/en/messages.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/_locales/en/messages.json') diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index d8467e9eb..e53bd4405 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -116,6 +116,12 @@ "buyCoinbaseExplainer": { "message": "Coinbase is the world’s most popular way to buy and sell Bitcoin, Ethereum, and Litecoin." }, + "buyCoinSwitch": { + "message": "Buy on CoinSwitch" + }, + "buyCoinSwitchExplainer": { + "message": "CoinSwitch is the one-stop destination to exchange more than 300 cryptocurrencies at the best rate." + }, "bytes": { "message": "Bytes" }, @@ -197,6 +203,9 @@ "continueToCoinbase": { "message": "Continue to Coinbase" }, + "continueToCoinSwitch": { + "message": "Continue to CoinSwitch" + }, "contractDeployment": { "message": "Contract Deployment" }, -- cgit