From a514bfbaebe512ee2e1b6746a7e94e43c2758367 Mon Sep 17 00:00:00 2001 From: Nils Kreiner Date: Thu, 30 Jan 2025 11:11:33 +0100 Subject: [PATCH] added localization for the chart all on the project-page --- frontend/src/page/ProjectPage.tsx | 2 +- frontend/src/utilities/localization.tsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/page/ProjectPage.tsx b/frontend/src/page/ProjectPage.tsx index 6e7c90c..30ad844 100644 --- a/frontend/src/page/ProjectPage.tsx +++ b/frontend/src/page/ProjectPage.tsx @@ -192,7 +192,7 @@ const ProjectPage: React.FunctionComponent = () => { redirect(Object.keys(localization.misc.status), Object.keys(localization.misc.severity))} marginBottom={"2rem"} variant="h5" - sx={chartTitle}>{"Alle"} + sx={chartTitle}>{localization.ProjectPage.allReportsTitle}