From 48d5cd8765be02cc350c82566e1062e8b5e08697 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 14 Oct 2020 20:19:03 +0200 Subject: [PATCH] copy --- content/price.json | 4 ++-- src/components/organisms/AssetActions/Pool/Add.tsx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/price.json b/content/price.json index dddfa663d..a788c17d7 100644 --- a/content/price.json +++ b/content/price.json @@ -14,8 +14,8 @@ }, "remove": { "title": "Remove Liquidity", - "simple": "Set the amount of your pool shares to spend. You will get the equivalent value in OCEAN, limited to maximum amount for pool protection.", - "advanced": "Set the amount of your pool shares to spend. You will get OCEAN and Datatokens equivalent to your pool share, without any limit.", + "simple": "Set the amount of your pool shares to spend. You will get the equivalent value in OCEAN, limited to maximum amount for pool protection. If you have Datatokens left in your wallet, you can add them to the pool to increase the maximum amount.", + "advanced": "Set the amount of your pool shares to spend. You will get OCEAN and Datatokens equivalent to your pool share, without any limit. You can use these Datatokens in other DeFi tools.", "output": { "titleIn": "You will spend", "titleOut": "You will receive" diff --git a/src/components/organisms/AssetActions/Pool/Add.tsx b/src/components/organisms/AssetActions/Pool/Add.tsx index 0aa9f2033..270b97de5 100644 --- a/src/components/organisms/AssetActions/Pool/Add.tsx +++ b/src/components/organisms/AssetActions/Pool/Add.tsx @@ -21,6 +21,7 @@ const contentQuery = graphql` childContentJson { pool { add { + title output { titleIn titleOut