diff --git a/client/src/pages/learningPath/learningPathPage/LearningPathProfileFilter.vue b/client/src/pages/learningPath/learningPathPage/LearningPathProfileFilter.vue index 82609bf9..7cb0001a 100644 --- a/client/src/pages/learningPath/learningPathPage/LearningPathProfileFilter.vue +++ b/client/src/pages/learningPath/learningPathPage/LearningPathProfileFilter.vue @@ -18,7 +18,7 @@ defineEmits(["select"]); :class="selected == profile || !selected ? 'tag-active' : 'tag-inactive'" @click="$emit('select', profile)" > - {{ profile }} + {{ $t(`profile.${profile}`) }} Alle anzeigen (Allbranche)