diff --git a/client/src/components/dashboard/NoCourseSession.vue b/client/src/components/dashboard/NoCourseSession.vue index 4386d269..55c16f65 100644 --- a/client/src/components/dashboard/NoCourseSession.vue +++ b/client/src/components/dashboard/NoCourseSession.vue @@ -24,7 +24,9 @@ const user = useUserStore();

{{ $t("start.vvDescription") }}

- {{ $t("a.Mehr erfahren") }} + + {{ $t("a.Mehr erfahren") }} +
@@ -39,6 +41,7 @@ const user = useUserStore(); {{ $t("a.Jetzt mit Lehrgang starten") }} diff --git a/client/src/pages/onboarding/AccountConfirm.vue b/client/src/pages/onboarding/AccountConfirm.vue index 26be7b8d..8750119b 100644 --- a/client/src/pages/onboarding/AccountConfirm.vue +++ b/client/src/pages/onboarding/AccountConfirm.vue @@ -9,7 +9,9 @@ const userStore = useUserStore();