From 7ac679bf4b3e6011e743ef3d4c90cd38e83b69fe Mon Sep 17 00:00:00 2001
From: Dorian Koch <doriank@fsmpi.rwth-aachen.de>
Date: Sat, 12 Oct 2024 22:10:10 +0200
Subject: [PATCH] Lecture import: Don't use RWTHonline's name for the lecture's
 name, closes #71

---
 src/pages/internal/import.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/internal/import.tsx b/src/pages/internal/import.tsx
index 63314cc..f25fe84 100644
--- a/src/pages/internal/import.tsx
+++ b/src/pages/internal/import.tsx
@@ -96,7 +96,7 @@ function TerminBody({
                     parent_id: course.id,
                     values: {
                         ...defaultValues,
-                        title: event.summary,
+                        title: "Vorlesung",
                         location: event.location,
                         time: convertedTime,
                         duration: event.duration,
@@ -142,7 +142,7 @@ function TerminBody({
                             parent_id: course.id,
                             values: {
                                 ...defaultValues,
-                                title: event.summary,
+                                title: "Vorlesung",
                                 location: event.location,
                                 time: convertedTime,
                                 duration: event.duration,
-- 
GitLab