diff --git a/web/src/components/HeroSection.tsx b/web/src/components/HeroSection.tsx index 1d33e9ed..04e8ea8c 100644 --- a/web/src/components/HeroSection.tsx +++ b/web/src/components/HeroSection.tsx @@ -131,19 +131,19 @@ const HeroSection: React.FC = () => {
-
{stats.activeProposals}
+
{stats.activeProposals}
{t('hero.stats.activeProposals', 'Active Proposals')}
-
{stats.totalVoters.toLocaleString()}
+
{stats.totalVoters.toLocaleString()}
{t('hero.stats.totalVoters', 'Total Voters')}
-
{stats.tokensStaked}
+
{stats.tokensStaked}
{t('hero.stats.tokensStaked', 'Tokens Staked')}
-
{stats.trustScore !== null ? stats.trustScore : t('hero.stats.loginToSee', 'Login')}
+
{stats.trustScore !== null ? stats.trustScore : t('hero.stats.loginToSee', 'Login')}
{t('hero.stats.trustScore', 'Trust Score')}