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/static/i18n/en/app.json b/static/i18n/en/app.json index 4584fa6b..af321c9b 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", @@ -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.", 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"