From f5aad3963c50d386e48fb63b11b5d9572ba78cd0 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Thu, 24 Feb 2022 07:55:56 +0100
Subject: [PATCH] texts

---
 config/locales/en.yml            | 2 +-
 config/locales/fr.yml            | 2 +-
 config/locales/university/fr.yml | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/locales/en.yml b/config/locales/en.yml
index 487407b69..8538d27eb 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -37,7 +37,7 @@ en:
   admin:
     attachment_not_available: Attachment not available
     dashboard: Dashboard
-    infos: Infos
+    infos: Informations
     inheritance:
       sentence_html: Value inherited from %{link}
       status: Inherited value
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 43c4771c2..9cd2fafc6 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -37,7 +37,7 @@ fr:
   admin:
     attachment_not_available: Impossible d'accéder à l'élément
     dashboard: Tableau de bord
-    infos: Infos
+    infos: Informations
     inheritance:
       sentence_html: Valeur héritée de %{link}
       status: Valeur héritée
diff --git a/config/locales/university/fr.yml b/config/locales/university/fr.yml
index 8188fd12a..35473c389 100644
--- a/config/locales/university/fr.yml
+++ b/config/locales/university/fr.yml
@@ -38,6 +38,7 @@ fr:
       university/person/involvement:
         person: Personne
         target_id: ''
+        description: Mission (dans ce contexte)
       university/role:
         description: Description (SEO)
         people: Personnes
-- 
GitLab