diff --git a/app/components/types_de_champ_editor/estimated_fill_duration_component/estimated_fill_duration_component.en.yml b/app/components/types_de_champ_editor/estimated_fill_duration_component/estimated_fill_duration_component.en.yml index 7b9aa565c..b8c59bd70 100644 --- a/app/components/types_de_champ_editor/estimated_fill_duration_component/estimated_fill_duration_component.en.yml +++ b/app/components/types_de_champ_editor/estimated_fill_duration_component/estimated_fill_duration_component.en.yml @@ -1,3 +1,3 @@ en: estimated_fill_duration: "Estimated fill time:" - estimated_fill_minutes: "%{estimated_minutes} mn" + estimated_fill_minutes: "%{estimated_minutes} mins." diff --git a/app/views/administrateurs/procedures/_informations.html.haml b/app/views/administrateurs/procedures/_informations.html.haml index 4fc3224b8..fbc56387d 100644 --- a/app/views/administrateurs/procedures/_informations.html.haml +++ b/app/views/administrateurs/procedures/_informations.html.haml @@ -101,7 +101,7 @@ Ma démarche s’adresse à un particulier %span.fr-hint-text En choisissant cette option, l’usager devra renseigner son nom et prénom avant d’accéder au formulaire .fr-radio-rich__img - %svg.fr-artwork{ aria_hidden: "true", viewBox: "0 0 80 80", width: "80px", height: "80px" } + %svg.fr-artwork{ "aria-hidden": "true", viewBox: "0 0 80 80", width: "80px", height: "80px" } %use.fr-artwork-decorative{ href: image_path("pictograms/digital/avatar.svg#artwork-decorative") } %use.fr-artwork-minor{ href: image_path("pictograms/digital/avatar.svg#artwork-minor") } %use.fr-artwork-major{ href: image_path("pictograms/digital/avatar.svg#artwork-major") } @@ -114,7 +114,7 @@ %span.fr-hint-text En choisissant cette option, l’usager devra renseigner son n° SIRET.
Grâce à l’API Entreprise, les informations sur la personne morale (raison sociale, adresse du siège, etc.) seront automatiquement renseignées. .fr-radio-rich__img - %svg.fr-artwork{ aria_hidden: "true", viewBox: "0 0 80 80", width: "80px", height: "80px" } + %svg.fr-artwork{ "aria-hidden": "true", viewBox: "0 0 80 80", width: "80px", height: "80px" } %use.fr-artwork-decorative{ href: image_path("pictograms/buildings/school.svg#artwork-decorative") } %use.fr-artwork-minor{ href: image_path("pictograms/buildings/school.svg#artwork-minor") } %use.fr-artwork-major{ href: image_path("pictograms/buildings/school.svg#artwork-major") } diff --git a/app/views/layouts/_display_theme_modal.html.haml b/app/views/layouts/_display_theme_modal.html.haml index 237a5f966..4d44b06b7 100644 --- a/app/views/layouts/_display_theme_modal.html.haml +++ b/app/views/layouts/_display_theme_modal.html.haml @@ -15,7 +15,7 @@ %input#fr-radios-theme-light{ name: "fr-radios-theme", type: "radio", value: "light" }/ %label.fr-label{ for: "fr-radios-theme-light" } Thème clair .fr-radio-rich__img - %svg.fr-artwork{ aria_hidden: "true", viewBox: "0 0 80 80", width: "80px", height: "80px" } + %svg.fr-artwork{ "aria-hidden": "true", viewBox: "0 0 80 80", width: "80px", height: "80px" } %use.fr-artwork-decorative{ href: image_path("pictograms/environment/sun.svg#artwork-decorative") } %use.fr-artwork-minor{ href: image_path("pictograms/environment/sun.svg#artwork-minor") } %use.fr-artwork-major{ href: image_path("pictograms/environment/sun.svg#artwork-major") } diff --git a/config/locales/en.yml b/config/locales/en.yml index c8810859b..153bb9ae5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -909,9 +909,9 @@ en: sva: "Silence Vaut Accord" svr: "Silence Vaut Rejet" procedure_description: - estimated_fill_duration: "Estimated fill time: %{estimated_minutes} mn" + estimated_fill_duration: "Estimated fill time: %{estimated_minutes} mins." estimated_fill_duration_title: What is the procedure estimated fill time ? - estimated_fill_duration_detail: "The fill time is etimated to %{estimated_minutes} min. This period may vary depending on the options you choose" + estimated_fill_duration_detail: "The fill time is etimated to %{estimated_minutes} mins. This period may vary depending on the options you choose" usual_traitement_time_title: What are the processing times for this procedure? pieces_jointes : What are the required attachments ? pieces_jointes_conditionnal_list_title : Attachments list according to your situation diff --git a/config/locales/fr.yml b/config/locales/fr.yml index a86999cf0..f7643b183 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -980,7 +980,7 @@ fr: sva: "Silence Vaut Accord" svr: "Silence Vaut Rejet" procedure_description: - estimated_fill_duration: "Temps de remplissage estimé : %{estimated_minutes} mn" + estimated_fill_duration: "Temps de remplissage estimé : %{estimated_minutes} min" estimated_fill_duration_title: Quelle est la durée de remplissage de la démarche ? estimated_fill_duration_detail: "La durée de remplissage est estimée à %{estimated_minutes} min. Ce délai peut varier selon les options que vous choisirez." usual_traitement_time_title: Quels sont les délais d'instruction pour cette démarche ?