diff --git a/src/app/dashboard/page.js b/src/app/dashboard/page.js index e5084de..1c28861 100644 --- a/src/app/dashboard/page.js +++ b/src/app/dashboard/page.js @@ -238,7 +238,7 @@ export default function TeamLeadsDashboard() { {summaryData?.byType && Object.entries(summaryData.byType).map(([type, data]) => (

- {type.replace('+', ' + ')} + {t(`projectType.${type}`)}

{/* Mini pie chart */}