From bdd732b4ecf6d8cfee84d62802ba49b302a29f6a Mon Sep 17 00:00:00 2001 From: jorbuedo Date: Mon, 16 Oct 2023 11:27:14 +0200 Subject: [PATCH] Copy change --- apps/wallet-mobile/src/features/Swap/common/strings.ts | 4 ++-- apps/wallet-mobile/src/i18n/locales/en-US.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/wallet-mobile/src/features/Swap/common/strings.ts b/apps/wallet-mobile/src/features/Swap/common/strings.ts index c80c1b3f70..d1a4be2a6a 100644 --- a/apps/wallet-mobile/src/features/Swap/common/strings.ts +++ b/apps/wallet-mobile/src/features/Swap/common/strings.ts @@ -222,7 +222,7 @@ export const messages = defineMessages({ swapMinAda: { id: 'swap.swapScreen.swapMinAda', defaultMessage: - '!!!Min-ADA is the minimum ADA amount required to be contained when holding or sending Cardano native tokens.', + '!!!Min-ADA is the minimum ADA amount required to be contained when holding or sending Cardano native assets.', }, swapMinAdaTitle: { id: 'swap.swapScreen.swapMinAdaTitle', @@ -242,7 +242,7 @@ export const messages = defineMessages({ }, swapMinReceived: { id: 'swap.swapScreen.swapMinReceived', - defaultMessage: '!!!Minimum amount of tokens you can get because of the slippage tolerance.', + defaultMessage: '!!!Minimum amount of assets you can get because of the slippage tolerance.', }, swapMinReceivedTitle: { id: 'swap.swapScreen.swapMinReceivedTitle', diff --git a/apps/wallet-mobile/src/i18n/locales/en-US.json b/apps/wallet-mobile/src/i18n/locales/en-US.json index 654fb84d57..31ceb8e4ad 100644 --- a/apps/wallet-mobile/src/i18n/locales/en-US.json +++ b/apps/wallet-mobile/src/i18n/locales/en-US.json @@ -159,12 +159,12 @@ "swap.swapScreen.slippageInfo": "Slippage tolerance is set as a percentage of the total swap value. Your transactions will not be executed if the price moves by more than this amount.", "swap.swapScreen.autoPool": "(auto)", "swap.swapScreen.changePool": "change pool", - "swap.swapScreen.swapMinAda": "Min-ADA is the minimum ADA amount required to be contained when holding or sending Cardano native tokens.", + "swap.swapScreen.swapMinAda": "Min-ADA is the minimum ADA amount required to be contained when holding or sending Cardano native assets.", "swap.swapScreen.swapMinAdaTitle": "Min ADA", "swap.swapScreen.swapFees": "Swap fees include the following:\n • Matchmaker Fee\n • Frontend Fee", "swap.swapScreen.swapFeesTitle": "Fees", "swap.swapScreen.swapLiquidityFee": "Liquidity provider fee ({fee}%)", - "swap.swapScreen.swapMinReceived": "Minimum amount of tokens you can get because of the slippage tolerance.", + "swap.swapScreen.swapMinReceived": "Minimum amount of assets you can get because of the slippage tolerance.", "swap.swapScreen.swapMinReceivedTitle": "Min Received", "swap.swapScreen.enterSlippage": "Enter a value from 0% to 100%. You can also enter up to 1 decimal", "swap.swapScreen.poolVerification": "{pool} verification",