From 79e0397e0b7be207c87ce1db891c9504d4014e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital> Date: Wed, 20 Dec 2023 13:39:16 +0100 Subject: [PATCH] config/default: Tweaked definitions --- public/config/default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/config/default.json b/public/config/default.json index 084ddc3..c20bedc 100644 --- a/public/config/default.json +++ b/public/config/default.json @@ -44,22 +44,22 @@ "config": { "gremien": [ { - "name": "FSR", - "description": "Fachschaftsrat", + "name": "FSR Sitzung", + "description": "Fachschaftsratssitzung", "link": "https://oh14.de/fsr", "time": "Mittwoch, 12:15 Uhr", "location": "Chaos-Zentrum-Informatik (OH14 - E39)" }, { "name": "FOSS-AG", - "description": "Free and Open Source Software - AG", + "description": "Free and Open Source Software AG", "link": "https://foss-ag.de/", "time": "Montag, 18:00 Uhr", "location": "Chaos-Zentrum-Informatik (OH14 - E39)" }, { "name": "CyberSec-AG", - "description": "Cybersecurity - AG", + "description": "Cybersecurity AG", "link": "https://oh14.de/cybersec", "time": "Donnerstag, 18:00 Uhr", "location": "Chaos-Zentrum-Informatik (OH14 - E39)" -- GitLab