From 09f288532e3c17ea7781e5a626c618b2e8f6e4c4 Mon Sep 17 00:00:00 2001
From: AliGitGut
Date: Tue, 20 Jun 2023 18:21:50 +0200
Subject: [PATCH] names changed
---
.idea/workspace.xml | 8 +++++---
anwendung/src/components/CalenderView.jsx | 4 ++--
anwendung/src/components/Login.jsx | 1 +
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 68bf04f..b533938 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,8 +6,10 @@
-
-
+
+
+
+
@@ -148,7 +150,7 @@
-
+
diff --git a/anwendung/src/components/CalenderView.jsx b/anwendung/src/components/CalenderView.jsx
index 9b8298d..850129a 100644
--- a/anwendung/src/components/CalenderView.jsx
+++ b/anwendung/src/components/CalenderView.jsx
@@ -915,8 +915,8 @@ export default function CalenderView(p) {
display: typeof window !== "undefined" && localStorage.getItem("admin") == 0 ? "block" : "none",
marginTop: 10,
fontSize: 20
- }}>{Math.floor(timePlanned)}h {(Math.floor(timePlanned * 3) - Math.floor(Math.floor(timePlanned) * 3)) * 15} min
- // 20h
+ }}>{Math.floor(timePlanned)} Vorlesungsstunden {(Math.floor(timePlanned * 3) - Math.floor(Math.floor(timePlanned) * 3)) * 15} min
+ // 20 Vorlesungsstunden