From db7981dacb3c6fcdf67c7a8c6f8b4ebd38347745 Mon Sep 17 00:00:00 2001 From: Florent Mariotti Date: Wed, 5 Nov 2025 15:07:48 +0100 Subject: [PATCH] fix(magneto) : #MAG-595 fix magneto name in application display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix magneto name in application display by adding an accent : "Magneto" -> "Magnéto" --- portal/backend/src/main/resources/i18n/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/backend/src/main/resources/i18n/fr.json b/portal/backend/src/main/resources/i18n/fr.json index 5ccb5aa2aa..afe1ff9577 100644 --- a/portal/backend/src/main/resources/i18n/fr.json +++ b/portal/backend/src/main/resources/i18n/fr.json @@ -708,7 +708,7 @@ "lock": "Bloquer", "lool": "Suite Bureautique", "lystore": "Lystore", - "magneto": "Magneto", + "magneto": "Magnéto", "manager": "Gérer", "max.file.size": "52428800", "maxicours": "Maxicours", @@ -1134,4 +1134,4 @@ "yes": "Oui", "zh_CN": "Mandarin (Chinois)", "zimbra": "Messagerie" -} \ No newline at end of file +}