use correct label on swap form

This commit is contained in:
tjs 2022-12-29 03:19:02 -05:00
parent e4930cc9a4
commit 0ed86e659f
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ const SwapReviewRouteInfo = ({
</>
) : null}
<div className="flex justify-between">
<p className="text-sm text-th-fgd-3">Est. {t('swap:slippage')}</p>
<p className="text-sm text-th-fgd-3">Price Impact</p>
<p className="text-right font-mono text-sm text-th-fgd-2">
{selectedRoute?.priceImpactPct * 100 < 0.1
? '<0.1%'