From 3069ced58c06c099e1f23142c0dec66d521399bd Mon Sep 17 00:00:00 2001 From: David da Silva Rosa <712580+dasilvarosa@users.noreply.github.com> Date: Tue, 31 Jul 2018 16:30:32 +0200 Subject: [PATCH 1/3] Replace Exchanges by Trade --- static/i18n/en/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 4584fa6b..3e3decd1 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -78,7 +78,7 @@ "menu": "Menu", "accounts": "Accounts ({{count}})", "manager": "Manager", - "exchange": "Exchanges" + "exchange": "Trade" }, "account": { "lastOperations": "Last operations", From 54492361fdd730e4b54229027a66a75d9826b9b5 Mon Sep 17 00:00:00 2001 From: David da Silva Rosa <712580+dasilvarosa@users.noreply.github.com> Date: Tue, 31 Jul 2018 16:34:01 +0200 Subject: [PATCH 2/3] Update wording on exchanges page --- static/i18n/en/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 3e3decd1..af321c9b 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -158,8 +158,8 @@ } }, "exchange": { - "title": "Exchanges", - "desc": "Try a few exchange services we've selected for you", + "title": "Trade", + "desc": "Try a few trading services we've selected for you", "visitWebsite": "Visit website", "coinhouse": "Coinhouse is a trusted platform for individuals and institutional investors looking to analyze, acquire, sell and securely store crypto assets.", "changelly": "Changelly is a popular instant crypto asset exchange with 100+ coins and tokens listed.", From 69ddbdf990bc81ac7766a91f4ef3085220a367dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 1 Aug 2018 08:39:45 +0200 Subject: [PATCH 3/3] Bump to live-common 3.0.0 Fixes #1350 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index af8cbee2..b87c6af0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@ledgerhq/hw-transport": "^4.13.0", "@ledgerhq/hw-transport-node-hid": "4.22.0", "@ledgerhq/ledger-core": "2.0.0-rc.5", - "@ledgerhq/live-common": "3.0.0-beta.2", + "@ledgerhq/live-common": "3.0.0", "animated": "^0.2.2", "async": "^2.6.1", "axios": "^0.18.0", diff --git a/yarn.lock b/yarn.lock index 5a136499..760f1ce9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1542,9 +1542,9 @@ npm "^5.7.1" prebuild-install "^2.2.2" -"@ledgerhq/live-common@3.0.0-beta.2": - version "3.0.0-beta.2" - resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-3.0.0-beta.2.tgz#9280694bcfb6f8819bc90538dbdfcfa260e3454e" +"@ledgerhq/live-common@3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-3.0.0.tgz#abbd88e351c7d0ffffabf7e8502f5b2fbecdc150" dependencies: axios "^0.18.0" bignumber.js "^7.2.1"