Commit 2e395001 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

fix: update "item" to "nft" in closed bag mobile copy (#5015)

https://uniswaplabs.atlassian.net/browse/WEB-1567
parent d86120a2
...@@ -44,7 +44,7 @@ export const MobileHoverBag = () => { ...@@ -44,7 +44,7 @@ export const MobileHoverBag = () => {
</Box> </Box>
<Column> <Column>
<Box className={body} fontWeight="semibold"> <Box className={body} fontWeight="semibold">
{roundAndPluralize(itemsInBag.length, 'item')} {roundAndPluralize(itemsInBag.length, 'NFT')}
</Box> </Box>
<Row gap="8"> <Row gap="8">
<Box className={body}>{`${formatWeiToDecimal(totalEthPrice.toString())}`}</Box> <Box className={body}>{`${formatWeiToDecimal(totalEthPrice.toString())}`}</Box>
......
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