Commit e50ecc83 authored by gnewfield's avatar gnewfield Committed by GitHub

fix: un-nest translation on AddLiquidityV2 page (#7258)

fix nested translation components causing translation error
parent 406d7fe9
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment