Merge pull request #10413 from demarches-simplifiees/fix-typo
Corrige des fautes de frappe
This commit is contained in:
commit
d4e6e2effa
5 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
|||
en:
|
||||
estimated_fill_duration: "Estimated fill time:"
|
||||
estimated_fill_minutes: "%{estimated_minutes} mn"
|
||||
estimated_fill_minutes: "%{estimated_minutes} mins."
|
||||
|
|
|
@ -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.<br>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") }
|
||||
|
|
|
@ -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") }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ?
|
||||
|
|
Loading…
Reference in a new issue