diff --git a/app/views/users/_procedure_footer.html.haml b/app/views/users/_procedure_footer.html.haml index 8381b93c6..2cd27333b 100644 --- a/app/views/users/_procedure_footer.html.haml +++ b/app/views/users/_procedure_footer.html.haml @@ -1,6 +1,7 @@ %footer.fr-footer.footer-procedure#footer{ role: "contentinfo" } .fr-footer__top.fr-mb-0 .fr-container + %h2.sr-only= t("links.footer.top_labels.hidden_title_procedure") .fr-grid-row.fr-grid-row--start.fr-grid-row--gutters .fr-col-12.fr-col-sm-4.fr-col-md-4 = render partial: 'shared/dossiers/update_contact_information', locals: { dossier: dossier, procedure: procedure } diff --git a/config/locales/links.en.yml b/config/locales/links.en.yml index 4d4293426..1fa94d1e8 100644 --- a/config/locales/links.en.yml +++ b/config/locales/links.en.yml @@ -16,6 +16,7 @@ en: footer: top_labels: hidden_title: Useful links + hidden_title_procedure: Procedure information communication: Communication legals: Legal information resources: Resources diff --git a/config/locales/links.fr.yml b/config/locales/links.fr.yml index dd0c9ecc7..095363e27 100644 --- a/config/locales/links.fr.yml +++ b/config/locales/links.fr.yml @@ -18,6 +18,7 @@ fr: footer: top_labels: hidden_title: Liens pratiques + hidden_title_procedure: Informations sur la démarche communication: Communication legals: Informations légales resources: Ressources