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>
|
<BlueCard>
|
||||||
<AutoColumn gap="10px">
|
<AutoColumn gap="10px">
|
||||||
<ThemedText.DeprecatedLink fontWeight={485} color="accent1">
|
<ThemedText.DeprecatedLink fontWeight={485} color="accent1">
|
||||||
<Trans>
|
|
||||||
<b>
|
<b>
|
||||||
<Trans>Tip:</Trans>
|
<Trans>Tip:</Trans>
|
||||||
</b>{' '}
|
</b>{' '}
|
||||||
|
<Trans>
|
||||||
When you add liquidity, you will receive pool tokens representing your position. These tokens
|
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
|
automatically earn fees proportional to your share of the pool, and can be redeemed at any
|
||||||
time.
|
time.
|
||||||
|
Loading…
Reference in New Issue
Block a user