Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Copy change ' tokens' => 'assets #2780

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/wallet-mobile/src/features/Swap/common/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions apps/wallet-mobile/src/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down