diff --git a/frontend/src/components/BrowseThemes.vue b/frontend/src/components/BrowseThemes.vue
index 3ffcb865..19c4ba94 100644
--- a/frontend/src/components/BrowseThemes.vue
+++ b/frontend/src/components/BrowseThemes.vue
@@ -1,18 +1,30 @@
@@ -25,15 +37,15 @@
sm="6"
md="4"
lg="4"
- class="d-flex"
+ class="d-flex"
>
-
+
diff --git a/frontend/src/components/ThemeCard.vue b/frontend/src/components/ThemeCard.vue
index f45c6814..2bafa2ce 100644
--- a/frontend/src/components/ThemeCard.vue
+++ b/frontend/src/components/ThemeCard.vue
@@ -22,9 +22,9 @@
contain
class="title-image"
>
- {{ t(title) }}
+ {{ title }}
- {{ t(description) }}
+ {{ description }}
{{ t("read-more") }}
diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json
index d2572b75..19ff92ee 100644
--- a/frontend/src/i18n/locale/de.json
+++ b/frontend/src/i18n/locale/de.json
@@ -28,5 +28,8 @@
"upper-secondary": "14-16 jahre alt",
"high-school": "16-18 jahre alt",
"older": "18 und älter"
+ },
+ "basics-ai": {
+ "title": "Grundlegende Prinzipien der AI"
}
}
diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json
index 18be114d..3f0bf04b 100644
--- a/frontend/src/i18n/locale/en.json
+++ b/frontend/src/i18n/locale/en.json
@@ -29,5 +29,9 @@
"high-school": "16-18 years old",
"older": "18 and older"
},
- "read-more": "read-more"
+ "read-more": "read-more",
+ "basics-ai": {
+ "title": "Basic principles of AI",
+ "description": "Under this teaching theme, we combine several activities that cover the basics of artificial intelligence (AI). Students learn what AI is, how it works and how it can be applied in different domains."
+ }
}