From 4446da30fde3b8fcd4678799db8ddc744b775e5c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 20 Feb 2023 02:24:12 +0100 Subject: [PATCH] Removed the hardcoded names & replaced them with translated ones --- client/src/common/components/ViewDialog/ViewDialog.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/common/components/ViewDialog/ViewDialog.jsx b/client/src/common/components/ViewDialog/ViewDialog.jsx index 0e88465e..25886e4c 100644 --- a/client/src/common/components/ViewDialog/ViewDialog.jsx +++ b/client/src/common/components/ViewDialog/ViewDialog.jsx @@ -29,14 +29,14 @@ export const Dialog = () => {
setSelected(0)}> - Test-Übersicht -

Test-Übersicht

+

{t("test.views.list")}

setSelected(1)}> - Test-Statistik -

Test-Statistik

+

{t("test.views.statistic")}