Commit 7500bbc0 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: don't translate UNI (#4467)

parent c43c8de6
...@@ -262,7 +262,7 @@ const ClaimSummary = ({ ...@@ -262,7 +262,7 @@ const ClaimSummary = ({
<Action {...actionProps} />{' '} <Action {...actionProps} />{' '}
<HighlightText> <HighlightText>
{formatAmount(uniAmountRaw, 18, 4)} {formatAmount(uniAmountRaw, 18, 4)}
<Trans>UNI</Trans>{' '} UNI{' '}
</HighlightText>{' '} </HighlightText>{' '}
<Trans>for</Trans> <HighlightText>{ENSName ?? shortenAddress(recipient)}</HighlightText> <Trans>for</Trans> <HighlightText>{ENSName ?? shortenAddress(recipient)}</HighlightText>
</> </>
......
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