From 84a4f1185063bc3747ff4b17d8abbb85cbae862c Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Thu, 2 Jun 2022 13:24:50 +0200
Subject: [PATCH] alt

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

diff --git a/config/locales/en.yml b/config/locales/en.yml
index c2bba1bca..f21375bcb 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -128,7 +128,7 @@ en:
     title: Image
     alt:
       label: Alternative text
-      hint: This text is important for accessibility
+      hint: This text is important for accessibility. If the image conveys important information, it must be written here. If the information is already written somewhere else in the page, or if the image is purely decorative, the field must be left empty. Otherwise, it would pollute voice navigation.
     credit:
       label: Credit
       hint: The credit must be present according to copyright or copyleft licenses.
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 824f1bfb5..54a1fbd9e 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -128,10 +128,10 @@ fr:
     title: Image
     alt:
       label: Texte alternatif
-      hint: Ce texte est essentiel pour l'accessibilité
+      hint: Ce texte est essentiel pour l'accessibilité. Si l'image donne une information importante, il faut écrire ici cette information. Si l'information est déjà présente ailleurs dans la page, ou si l'image est purement décorative, il faut laisser le texte alternatif vide, pour éviter de polluer la navigation vocale.
     credit:
       label: Crédit
-      hint: Le crédit photo doit être indiqué, dans le respect du droit d'auteur
+      hint: Le crédit photo doit être indiqué, dans le respect du droit d'auteur.
     remove: Supprimer l'image
   filters:
     attributes:
-- 
GitLab