+
+ {{ $t("moduleInformation.notes") }}:
+ |
+ {{ item.notes }} |
+
diff --git a/frontend/src/i18n/translations/de.json b/frontend/src/i18n/translations/de.json
index 288f39d..cef6dc4 100644
--- a/frontend/src/i18n/translations/de.json
+++ b/frontend/src/i18n/translations/de.json
@@ -48,6 +48,7 @@
"person": "Dozent",
"semester": "Semester",
"module": "Modul",
+ "notes": "Hinweis",
"day": "Tag",
"start": "Anfang",
"end": "Ende",
diff --git a/frontend/src/i18n/translations/en.json b/frontend/src/i18n/translations/en.json
index 7080d9e..ac33f7a 100644
--- a/frontend/src/i18n/translations/en.json
+++ b/frontend/src/i18n/translations/en.json
@@ -48,6 +48,7 @@
"person": "lecturer",
"semester": "semester",
"module": "module",
+ "notes": "notes",
"day": "day",
"start": "start",
"end": "end",