diff --git a/frontend/src/i18n/locales/de/socialnetwork.json b/frontend/src/i18n/locales/de/socialnetwork.json index 0ac6476..d5b0949 100644 --- a/frontend/src/i18n/locales/de/socialnetwork.json +++ b/frontend/src/i18n/locales/de/socialnetwork.json @@ -372,6 +372,7 @@ "learnVocabulary": "Vokabeln lernen", "culturalNotes": "Kulturelle Notizen", "importantVocab": "Wichtige Begriffe", + "vocabInfoText": "Diese Begriffe werden in den Übungen verwendet. Lerne sie hier passiv, bevor du zu den interaktiven Übungen wechselst.", "noVocabInfo": "Lies die Beschreibung oben und die Erklärungen in den Übungen, um die wichtigsten Begriffe zu lernen.", "startExercises": "Zu den Übungen", "correctAnswer": "Richtige Antwort", diff --git a/frontend/src/i18n/locales/en/socialnetwork.json b/frontend/src/i18n/locales/en/socialnetwork.json index f4d221b..72a2dcb 100644 --- a/frontend/src/i18n/locales/en/socialnetwork.json +++ b/frontend/src/i18n/locales/en/socialnetwork.json @@ -372,6 +372,7 @@ "learnVocabulary": "Learn Vocabulary", "culturalNotes": "Cultural Notes", "importantVocab": "Important Vocabulary", + "vocabInfoText": "These terms are used in the exercises. Learn them here passively before switching to the interactive exercises.", "noVocabInfo": "Read the description above and the explanations in the exercises to learn the most important terms.", "startExercises": "Start Exercises", "correctAnswer": "Correct Answer", diff --git a/frontend/src/views/social/VocabLessonView.vue b/frontend/src/views/social/VocabLessonView.vue index 7b781c5..3af244e 100644 --- a/frontend/src/views/social/VocabLessonView.vue +++ b/frontend/src/views/social/VocabLessonView.vue @@ -33,14 +33,15 @@
{{ lesson.culturalNotes }}
{{ $t('socialnetwork.vocab.courses.vocabInfoText') }}
{{ $t('socialnetwork.vocab.courses.noVocabInfo') }}