Skip to content

Commit 4abce9f

Browse files
authored
fix: Change owners to items listed (pancakeswap#2414)
1 parent c0ce472 commit 4abce9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config/localization/translations.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@
14731473
"User profile picture": "User profile picture",
14741474
"User team banner": "User team banner",
14751475
"Items": "Items",
1476-
"Owners": "Owners",
1476+
"Items listed": "Items listed",
14771477
"Lowest (%symbol%)": "Lowest (%symbol%)",
14781478
"Vol. (%symbol%)": "Vol. (%symbol%)",
14791479
"Profile": "Profile",

src/views/Nft/market/Collection/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const Header: React.FC<HeaderProps> = ({ collection }) => {
5454
>
5555
<StatBox>
5656
<StatBoxItem title={t('Items')} stat={formatNumber(Number(totalSupply), 0, 0)} />
57-
<StatBoxItem title={t('Owners')} stat={formatNumber(Number(numberTokensListed), 0, 0)} />
57+
<StatBoxItem title={t('Items listed')} stat={formatNumber(Number(numberTokensListed), 0, 0)} />
5858
<LowestPriceStatBoxItem collectionAddress={collection.address} />
5959
<StatBoxItem title={t('Vol. (%symbol%)', { symbol: 'BNB' })} stat={volume} />
6060
</StatBox>

0 commit comments

Comments
 (0)