diff --git a/client/src/locales/de.json b/client/src/locales/de.json index a52d736f..8c4bf3f4 100644 --- a/client/src/locales/de.json +++ b/client/src/locales/de.json @@ -85,6 +85,7 @@ }, "dashboard": { "courses": "Kurse", + "nocourses": "Du wurdest noch keinem Lehrgang zugewiesen.", "welcome": "Willkommen, {name}" }, "feedback": { diff --git a/client/src/pages/DashboardPage.vue b/client/src/pages/DashboardPage.vue index f9b20c08..44c3c8b5 100644 --- a/client/src/pages/DashboardPage.vue +++ b/client/src/pages/DashboardPage.vue @@ -64,6 +64,10 @@ const getNextStepLink = (courseSession: CourseSession) => { +
+

{{ $t("dashboard.courses") }}

+

{{ $t("dashboard.nocourses") }}

+

Termine