From 80f03ef987227b86bd56562ff16080c583474d29 Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Thu, 13 Dec 2018 11:00:54 -0800 Subject: fix(website): update copy of instant track in dev home --- packages/website/translations/english.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/website/translations/english.json b/packages/website/translations/english.json index 8f882f506..2914ffead 100644 --- a/packages/website/translations/english.json +++ b/packages/website/translations/english.json @@ -92,9 +92,9 @@ "ORDER_BASICS_DESCRIPTION": "Tutorial on how to create, validate and fill an order using 0x", "USE_NETWORKED_LIQUIDITY": "use networked liquidity", "USE_NETWORKED_LIQUIDITY_DESCRIPTION": "Learn how to tap into networked liquidity using the Standard Relayer API", - "INTEGRATE_0X_INSTANT": "integrate 0x Instant and AssetBuyer", + "INTEGRATE_0X_INSTANT": "add seamless purchasing of crypto assets to your website or app", "INTEGRATE_0X_INSTANT_DESCRIPTION": - "Add 0x Instant to your app or website, or use AssetBuyer to programmatically make market buys", + "learn how to use 0x Instant or AssetBuyer to give your users the power of purchasing crypto assets using 0x", "VIEW_ALL_DOCUMENTATION": "view all documentation", "SANDBOX": "0x.js sandbox", "GITHUB": "github", -- cgit