diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-10-20 00:44:47 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-20 00:44:47 +0800 |
commit | 100f446031e84c367f1d0852ef60fd04d4544b9f (patch) | |
tree | e0e2c6c896a7f0b4e738727f6baa8a30e5234695 /packages/website/translations/english.json | |
parent | 48f1e6057c878a948d21ed7d2214c7792c648f75 (diff) | |
parent | eb3a4d2fabcab3c2423d5827aba2fcaffc348320 (diff) | |
download | dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar.gz dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar.bz2 dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar.lz dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar.xz dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar.zst dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/beta-render-et-al
Diffstat (limited to 'packages/website/translations/english.json')
-rw-r--r-- | packages/website/translations/english.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/website/translations/english.json b/packages/website/translations/english.json index fab8ed56b..465bd49b4 100644 --- a/packages/website/translations/english.json +++ b/packages/website/translations/english.json @@ -84,13 +84,13 @@ "ROCKETCHAT": "rocket.chat", "TRADE_CALL_TO_ACTION": "trade on 0x", "BUILD_A_RELAYER": "build a relayer", - "BUILD_A_RELAYER_DESCRIPTION": "Learn more about building applications ontop of Ethereum", + "BUILD_A_RELAYER_DESCRIPTION": "Learn how to build your own 0x relayer from scratch", "DEVELOP_ON_ETHEREUM": "develop on Ethereum", - "DEVELOP_ON_ETHEREUM_DESCRIPTION": "Learn how to build your own 0x relayer from scratch", + "DEVELOP_ON_ETHEREUM_DESCRIPTION": "Learn more about building applications ontop of Ethereum", "ORDER_BASICS": "0x order basics", "ORDER_BASICS_DESCRIPTION": "Tutorial on how to create, validate and fill an order using 0x", - "USE_SHARED_LIQUIDITY": "use shared liquidity", - "USE_SHARED_LIQUIDITY_DESCRIPTION": "Learn how to tap into shared liquidity using the Standard Relayer API", + "USE_NETWORKED_LIQUIDITY": "use networked liquidity", + "USE_NETWORKED_LIQUIDITY_DESCRIPTION": "Learn how to tap into networked liquidity using the Standard Relayer API", "VIEW_ALL_DOCUMENTATION": "view all documentation", "SANDBOX": "0x.js sandbox", "GITHUB": "github", |