From e567c5db39e1676614c12e2f3c67f8b11b584a4e Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Tue, 29 Nov 2022 19:20:01 +0100
Subject: [PATCH] fix

---
 config/locales/communication/en.yml | 2 ++
 config/locales/communication/fr.yml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/config/locales/communication/en.yml b/config/locales/communication/en.yml
index f8119a582..221e45ce0 100644
--- a/config/locales/communication/en.yml
+++ b/config/locales/communication/en.yml
@@ -212,6 +212,8 @@ en:
           chapter:
             description: A section of a document, with a title, a text, footnotes and an image.
             edit:
+              image:
+                label: Chapter illustration
               notes:
                 label: Notes
                 placeholder: Enter notes
diff --git a/config/locales/communication/fr.yml b/config/locales/communication/fr.yml
index d74805935..ad81e7ba0 100644
--- a/config/locales/communication/fr.yml
+++ b/config/locales/communication/fr.yml
@@ -212,6 +212,8 @@ fr:
           chapter:
             description: Une section de document avec un titre, un texte, des notes de bas de page et une image.
             edit:
+              image:
+                label: Image d'illustration
               notes:
                 label: Notes
                 placeholder: Entrer les notes
-- 
GitLab