Skip to content

Commit

Permalink
Fix masternodes locked value
Browse files Browse the repository at this point in the history
  • Loading branch information
benzumbrunn committed Feb 6, 2025
1 parent cea3bf5 commit 9c34976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index/StatisticsDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function StatsDisplay() {
{
title: t("StatisticsSection.masternodes.title"),
stats: stats?.count.masternodes,
desc: masternodeValue === undefined ? masternodeValue : "{{perc}} locked",
desc: masternodeValue === undefined ? masternodeValue : "4M+ locked",
testID: "masternodes",
},
];
Expand Down

0 comments on commit 9c34976

Please sign in to comment.