From 80653c881283ceb79d9328c13b9e0e67de7d0d6f Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 29 Oct 2025 01:45:16 +0100 Subject: [PATCH] fix: english translation for education --- src/i18n/en/education.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/en/education.json b/src/i18n/en/education.json index b6ccae6..df94e1a 100644 --- a/src/i18n/en/education.json +++ b/src/i18n/en/education.json @@ -1,13 +1,13 @@ { "title": "Education", "degree1": { - "title": "Bachelor's Degree in Computer Science", - "school": "University Name", - "description": "Specialized in software engineering and web development" + "title": "Engineering Degree in Computer Science", + "school": "CNAM Angoulême", + "description": "Specialization in digital media science and technologies" }, "degree2": { - "title": "Technical Diploma", - "school": "Technical Institute", + "title": "Bachelor's Degree in Computer Science", + "school": "University of La Rochelle", "description": "Foundation in computer science and programming" } }