Skip to content

Commit

Permalink
typo fix (Uniswap#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister authored May 27, 2019
1 parent 8649ddc commit 45a66d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Pool/AddLiquidity.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default function AddLiquidity() {
<>
<div className="pool__summary-modal__item">
{t('youAreAdding')} {b(`${amountFormatter(inputValueParsed, 18, 4)} ETH`)} {t('and')} {'at most'}{' '}
{b(`${amountFormatter(outputValueMax, 18, 4)} ${symbol}`)} {t('intoPool')}
{b(`${amountFormatter(outputValueMax, decimals, 4)} ${symbol}`)} {t('intoPool')}
</div>
<div className="pool__summary-modal__item">
{t('youWillMint')} {b(amountFormatter(liquidityMinted, 18, 4))} {t('liquidityTokens')}
Expand Down

0 comments on commit 45a66d3

Please sign in to comment.