From e29f703d16ddf4076de3326dbed6b5b37c685496 Mon Sep 17 00:00:00 2001 From: RKWojs Date: Wed, 14 Jan 2026 07:59:26 +0100 Subject: [PATCH] fix: update project type display in TeamLeadsDashboard to use translation keys --- src/app/dashboard/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */}