From 32f506b309062404aa8e96580f108dec7fce2bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital> Date: Wed, 20 Dec 2023 13:40:41 +0100 Subject: [PATCH] GremiumPanel: Changed title to Termine --- src/panels/Gremium/GremiumPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/Gremium/GremiumPanel.tsx b/src/panels/Gremium/GremiumPanel.tsx index e850919..4076d0d 100644 --- a/src/panels/Gremium/GremiumPanel.tsx +++ b/src/panels/Gremium/GremiumPanel.tsx @@ -39,7 +39,7 @@ const GremiumPanel = (props: {definition: GremiumPanelDefinition}) => { return ( <PanelWrapper> - <PanelTitle title={"Als nächstes im CZI"}/> + <PanelTitle title={"Termine"}/> <PanelContent> <div className={"flex flex-row"}> <div className={"flex-1"}> -- GitLab