fix: un-nest translation on AddLiquidityV2 page (#7258)
fix nested translation components causing translation error
This commit is contained in:
parent
406d7fe964
commit
e50ecc8309
@ -367,10 +367,10 @@ export default function AddLiquidity() {
|
||||
<BlueCard>
|
||||
<AutoColumn gap="10px">
|
||||
<ThemedText.DeprecatedLink fontWeight={485} color="accent1">
|
||||
<b>
|
||||
<Trans>Tip:</Trans>
|
||||
</b>{' '}
|
||||
<Trans>
|
||||
<b>
|
||||
<Trans>Tip:</Trans>
|
||||
</b>{' '}
|
||||
When you add liquidity, you will receive pool tokens representing your position. These tokens
|
||||
automatically earn fees proportional to your share of the pool, and can be redeemed at any
|
||||
time.
|
||||
|
Loading…
Reference in New Issue
Block a user