diff --git a/frontend/src/components/Education.tsx b/frontend/src/components/Education.tsx
index b1b2142..19a7a17 100644
--- a/frontend/src/components/Education.tsx
+++ b/frontend/src/components/Education.tsx
@@ -245,7 +245,7 @@ const Education = () => {
transition={{ duration: 0.8, delay: 0.4 }}
viewport={{ once: true }}
>
-
{t('education.learningGoals2025')}
+ {t('education.learningGoals2026')}
{[
{ goal: t('education.goal1'), progress: 60 },
diff --git a/frontend/src/contexts/LanguageContext.tsx b/frontend/src/contexts/LanguageContext.tsx
index c62f4ab..fc0fe50 100644
--- a/frontend/src/contexts/LanguageContext.tsx
+++ b/frontend/src/contexts/LanguageContext.tsx
@@ -117,7 +117,7 @@ const translations = {
// Education
'education.title': 'Formation',
'education.subtitle': 'Mon parcours académique et professionnel',
- 'education.learningGoals2025': 'Objectifs d\'apprentissage 2025',
+ 'education.learningGoals2026': 'Objectifs d\'apprentissage 2026',
'education.goal1': 'Maîtriser Firebase et les services cloud',
'education.goal2': 'Approfondir n8n pour l\'automatisation',
'education.goal3': 'Apprendre Docker et les conteneurs',
@@ -402,7 +402,7 @@ const translations = {
// Education
'education.title': 'Education',
'education.subtitle': 'My academic and professional journey',
- 'education.learningGoals2025': '2025 Learning Goals',
+ 'education.learningGoals2026': '2026 Learning Goals',
'education.goal1': 'Master Firebase and cloud services',
'education.goal2': 'Deepen n8n for automation',
'education.goal3': 'Learn Docker and containers',