diff --git a/app/views/static_pages/accessibility_statement.html.haml b/app/views/static_pages/accessibility_statement.html.haml index 6e213eb3e..9e18dac10 100644 --- a/app/views/static_pages/accessibility_statement.html.haml +++ b/app/views/static_pages/accessibility_statement.html.haml @@ -59,6 +59,10 @@ = t('views.accessibility_statement.preparation.environment_two') %li = t('views.accessibility_statement.preparation.environment_three') + %li + = t('views.accessibility_statement.preparation.environment_four') + %li + = t('views.accessibility_statement.preparation.environment_five') %h3 = t('views.accessibility_statement.preparation.subtitle_three') %ul.fr-mb-2w diff --git a/config/locales/en.yml b/config/locales/en.yml index b985cc58e..df541fd40 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -149,6 +149,8 @@ en: environment_one: "Firefox 111.0.1 and NVDA 2022.4" environment_two: "Safari and VoiceOver (version available on macOS Monterey 12.6.3)" environment_three: "Edge and JAWS 2020" + environment_four: "Google Chrome and TalkBack 9.1" + environment_five: "Safari and VoiceOver (version available on iOS 15.7.4)" subtitle_three: "Tools for assessing accessibility" tool_one: "RGAA Assistant (Firefox extension)" tool_two: "Web Developer (Firefox extension)" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 9748146eb..df026be97 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -145,6 +145,8 @@ fr: environment_one: "Firefox 111.0.1 et NVDA 2022.4" environment_two: "Safari et VoiceOver (version disponible sur macOS Monterey 12.6.3)" environment_three: "Edge et JAWS 2020" + environment_four: "Google Chrome et TalkBack 9.1" + environment_five: "Safari et VoiceOver (version disponible sur iOS 15.7.4)" subtitle_three: "Outils pour évaluer l’accessibilité" tool_one: "Assistant RGAA (extension Firefox)" tool_two: "Web Developer (extension Firefox)"