Skip to content

Commit

Permalink
chore: fix miner display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi committed Nov 15, 2024
1 parent 70c9e65 commit 630b7dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/components/AdPanel/FAQ/config/swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,18 @@ export const swapFAQConfig: FAQConfig = (t) => ({
<li>{t('Increase your slippage while trading volatile assets.')}</li>
<li>{t('Check if you have enough token in your wallet to pay the gas fee.')}</li>
<li>{t('When trading fee-on-Transfer tokens, increase slippage % over the transfer fee.')}</li>
<li>{t('Some scam tokens may have a block on all transfers or swaps on chain')}</li>
<li>{t('Some scam tokens may have a block on all transfers or swaps on chain.')}</li>
</ul>

<Text>
<FlexGap gap="5px">
{t('For more details,')}{' '}
<Link
href="https://docs.pancakeswap.finance/products/pancakeswap-exchange/faq"
style={{ textDecoration: 'underline' }}
>
{t('read here.')}
</Link>
</Text>
</FlexGap>
</>
),
},
Expand Down
2 changes: 1 addition & 1 deletion packages/localization/src/config/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 630b7dc

Please sign in to comment.