diff --git a/packages/frontend/src/profile/sections/LanguagesSection.tsx b/packages/frontend/src/profile/sections/LanguagesSection.tsx index 0538ca6..baf722b 100644 --- a/packages/frontend/src/profile/sections/LanguagesSection.tsx +++ b/packages/frontend/src/profile/sections/LanguagesSection.tsx @@ -8,7 +8,7 @@ interface LanguagesSectionProps { onUpdate: () => Promise; } -const LANGUAGE_LEVELS = ['Muttersprache', 'Fließend', 'Gut']; +const LANGUAGE_LEVELS = ['Muttersprache', 'Verhandlungssicher', 'Fließend', 'Gut']; export function LanguagesSection({ languages, onUpdate }: LanguagesSectionProps) { const [language, setLanguage] = useState('');