Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Translate both text in PositionPage.tsx (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniyj authored Jun 10, 2021
1 parent e4a1057 commit ad2833a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/Pool/PositionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,12 @@ export function PositionPage({
<Trans>Min price</Trans>
</ExtentsText>
<TYPE.mediumHeader textAlign="center">{priceLower?.toSignificant(5)}</TYPE.mediumHeader>
<ExtentsText> {currencyQuote?.symbol + ' per ' + currencyBase?.symbol}</ExtentsText>
<ExtentsText>
{' '}
<Trans>
{currencyQuote?.symbol} per {currencyBase?.symbol}
</Trans>
</ExtentsText>

{inRange && (
<TYPE.small color={theme.text3}>
Expand Down

0 comments on commit ad2833a

Please sign in to comment.