File tree 2 files changed +2
-2
lines changed
views/Nft/market/Collection
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1473
1473
"User profile picture" : " User profile picture" ,
1474
1474
"User team banner" : " User team banner" ,
1475
1475
"Items" : " Items" ,
1476
- "Owners " : " Owners " ,
1476
+ "Items listed " : " Items listed " ,
1477
1477
"Lowest (%symbol%)" : " Lowest (%symbol%)" ,
1478
1478
"Vol. (%symbol%)" : " Vol. (%symbol%)" ,
1479
1479
"Profile" : " Profile" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const Header: React.FC<HeaderProps> = ({ collection }) => {
54
54
>
55
55
< StatBox >
56
56
< 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 ) } />
58
58
< LowestPriceStatBoxItem collectionAddress = { collection . address } />
59
59
< StatBoxItem title = { t ( 'Vol. (%symbol%)' , { symbol : 'BNB' } ) } stat = { volume } />
60
60
</ StatBox >
You can’t perform that action at this time.
0 commit comments