diff --git a/app/views/prefill_descriptions/edit.html.haml b/app/views/prefill_descriptions/edit.html.haml index 39d9b57bd..cba0b4dda 100644 --- a/app/views/prefill_descriptions/edit.html.haml +++ b/app/views/prefill_descriptions/edit.html.haml @@ -12,7 +12,7 @@ %p = t("views.prefill_descriptions.edit.intro_html", libelle: @prefill_description.libelle) %p - = t("views.prefill_descriptions.edit.info") + = t("views.prefill_descriptions.edit.info_html") = render "types_de_champs", prefill_description: @prefill_description diff --git a/config/locales/en.yml b/config/locales/en.yml index 3a320ac37..20be22169 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -104,7 +104,7 @@ en: prefill_descriptions: edit: intro_html: "You'd like to allow your users to create a prefilled file, with data you already have, for the procedure « %{libelle} »." - info: Add the fields you want to prefill, thanks to the table below. Once it's over, copy the prefill link, replace the values and share the link. + info_html: To do this, select the fields below that you want to prefill.
You will then find a prefill link at the bottom of this page, which you will just need to copy, adapt by replacing the default values, and share.
In the same way, you will find an example of a cURL request at the bottom of the page to adapt if you want to prefill the folders via API. champ_id: ID champ_type: Type champ_add: Add diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 5c3a9af6b..8367c0ca5 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -94,7 +94,7 @@ fr: prefill_descriptions: edit: intro_html: "Vous souhaitez permettre à vos usager·ères la création d'un dossier prérempli, à partir de données dont vous disposez déjà, pour la démarche « %{libelle} »." - info: Pour cela, ajoutez les champs que vous souhaitez préremplir, grâce au tableau ci-dessous. Lorsque vous avez terminé, il ne vous reste plus qu'à copier le lien de préremplissage, à remplacer les valeurs et à le partager. + info_html: Pour cela, sélectionnez ci-dessous les champs que vous souhaitez préremplir.
Vous trouverez ensuite en bas de cette page un lien de préremplissage qu'il ne vous restera plus qu'à copier, à adapter en remplaçant les valeurs par défaut et à partager.
De la même façon, vous trouverez en bas de page un exemple de requête cURL à adapter si vous souhaitez préremplir les dossiers par API. champ_id: ID champ_type: Type champ_add: Ajouter