diff --git a/app/views/users/dossiers/identite.html.haml b/app/views/users/dossiers/identite.html.haml index 5ba71e597..ed0f5f432 100644 --- a/app/views/users/dossiers/identite.html.haml +++ b/app/views/users/dossiers/identite.html.haml @@ -7,7 +7,7 @@ %fieldset#radio-rich-hint.fr-fieldset{ "aria-labelledby" => "radio-rich-hint-legend radio-rich-hint-messages" } %legend#radio-rich-hint-legend.fr-fieldset__legend--regular.fr-fieldset__legend - Ce dossier est + = t('views.users.dossiers.identite.legend') .fr-fieldset__element .fr-radio-group.fr-radio-rich diff --git a/config/locales/en.yml b/config/locales/en.yml index c6fcf8203..ac8ba31ef 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -399,6 +399,7 @@ en: dossiers: archived_dossier: "Your file will be kept %{duree_conservation_dossiers_dans_ds} more months" identite: + legend: 'This file is:' self_title: Your identity callout_text: "You are acting as a proxy for a principal, either professionally (such as accountant, lawyer) or personally (family). Make sure to respect the conditions of" callout_link: Articles 1984 and following of the Civil Code. diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 4fd8dd0a4..b3167f1af 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -403,6 +403,7 @@ fr: dossiers: archived_dossier: "Votre dossier sera conservé %{duree_conservation_dossiers_dans_ds} mois supplémentaire" identite: + legend: 'Ce dossier est : ' self_title: Votre identité callout_text: Vous agissez en tant que mandataire, soit professionnellement (comme expert-comptable, avocat) soit personnellement (famille). Assurez-vous de respecter les conditions callout_link: des Articles 1984 et suivants du Code civil. diff --git a/config/locales/models/dossier/en.yml b/config/locales/models/dossier/en.yml index e5c5e7b04..19b98299d 100644 --- a/config/locales/models/dossier/en.yml +++ b/config/locales/models/dossier/en.yml @@ -8,7 +8,12 @@ en: dossier: id: "File number" state: "State" - pending_correction: Requested correction + pending_correction: Request correction + mandataire_first_name: First name + mandataire_last_name: Last name + for_tiers: + false: For yourself + true: "For someone else : a family member, a relative, someone you represent" dossier/state: &state brouillon: "Draft" en_construction: "In progress" diff --git a/config/locales/models/dossier/fr.yml b/config/locales/models/dossier/fr.yml index ba634b29e..8dc24e578 100644 --- a/config/locales/models/dossier/fr.yml +++ b/config/locales/models/dossier/fr.yml @@ -7,11 +7,7 @@ fr: attributes: dossier: id: "Numéro de dossier" - montant_projet: 'Le montant du projet' - montant_aide_demande: "Le montant d’aide demandée" - date_previsionnelle: "La date de début prévisionnelle" state: "État" - autorisation_donnees: Acceptation des CGU pending_correction: Demande de correction mandataire_first_name: Prénom mandataire_last_name: Nom