diff --git a/app/views/root/_footer.html.haml b/app/views/root/_footer.html.haml index f8254cc13..f1d296ce1 100644 --- a/app/views/root/_footer.html.haml +++ b/app/views/root/_footer.html.haml @@ -1,6 +1,7 @@ %footer.fr-footer#footer{ role: "contentinfo" } .fr-footer__top .fr-container + %h2.sr-only= t("links.footer.top_labels.hidden_title") .fr-grid-row.fr-grid-row--start.fr-grid-row--gutters .fr-col-12.fr-col-sm-3.fr-col-md-3 %h3.fr-footer__top-cat= t("links.footer.top_labels.communication") diff --git a/config/locales/links.en.yml b/config/locales/links.en.yml index 8abb6adaa..a825f368b 100644 --- a/config/locales/links.en.yml +++ b/config/locales/links.en.yml @@ -16,6 +16,7 @@ en: ou_en_est_mon_dossier_url: "https://faq.demarches-simplifiees.fr/article/11-je-veux-savoir-ou-en-est-linstruction-de-ma-demarche" footer: top_labels: + hidden_title: Useful links communication: Communication legals: Legal information resources: Resources diff --git a/config/locales/links.fr.yml b/config/locales/links.fr.yml index 626797d39..4c20d26e0 100644 --- a/config/locales/links.fr.yml +++ b/config/locales/links.fr.yml @@ -18,6 +18,7 @@ fr: ou_en_est_mon_dossier_url: "https://faq.demarches-simplifiees.fr/article/11-je-veux-savoir-ou-en-est-linstruction-de-ma-demarche" footer: top_labels: + hidden_title: Liens pratiques communication: Communication legals: Informations légales resources: Ressources