diff --git a/apps/web/src/components/AdPanel/FAQ/config/swap.tsx b/apps/web/src/components/AdPanel/FAQ/config/swap.tsx index f59df4a225f57..de6abf9241580 100644 --- a/apps/web/src/components/AdPanel/FAQ/config/swap.tsx +++ b/apps/web/src/components/AdPanel/FAQ/config/swap.tsx @@ -81,10 +81,10 @@ export const swapFAQConfig: FAQConfig = (t) => ({
  • {t('Increase your slippage while trading volatile assets.')}
  • {t('Check if you have enough token in your wallet to pay the gas fee.')}
  • {t('When trading fee-on-Transfer tokens, increase slippage % over the transfer fee.')}
  • -
  • {t('Some scam tokens may have a block on all transfers or swaps on chain')}
  • +
  • {t('Some scam tokens may have a block on all transfers or swaps on chain.')}
  • - + {t('For more details,')}{' '} ({ > {t('read here.')} - + ), }, diff --git a/packages/localization/src/config/translations.json b/packages/localization/src/config/translations.json index a814d864480bf..387baa2125ea9 100644 --- a/packages/localization/src/config/translations.json +++ b/packages/localization/src/config/translations.json @@ -3625,7 +3625,7 @@ "Increase your slippage while trading volatile assets.": "Increase your slippage while trading volatile assets.", "Check if you have enough token in your wallet to pay the gas fee.": "Check if you have enough token in your wallet to pay the gas fee.", "When trading fee-on-Transfer tokens, increase slippage % over the transfer fee.": "When trading fee-on-Transfer tokens, increase slippage % over the transfer fee.", - "Some scam tokens may have a block on all transfers or swaps on chain": "Some scam tokens may have a block on all transfers or swaps on chain", + "Some scam tokens may have a block on all transfers or swaps on chain.": "Some scam tokens may have a block on all transfers or swaps on chain.", "For more details,": "For more details,", "read here.": "read here.", "Try out Limit Orders": "Try out Limit Orders",