From b1dfc83c1730b94d51c13c7b81009379ed23e0ba Mon Sep 17 00:00:00 2001 From: Julie Salha Date: Tue, 18 Apr 2023 14:04:32 +0200 Subject: [PATCH] add translations upload group notice --- app/views/support/index.html.haml | 3 ++- config/locales/views/support/en.yml | 1 + config/locales/views/support/fr.yml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/support/index.html.haml b/app/views/support/index.html.haml index 261304735..e8101b974 100644 --- a/app/views/support/index.html.haml +++ b/app/views/support/index.html.haml @@ -61,7 +61,8 @@ .fr-upload-group = label_tag :piece_jointe, class: 'fr-label' do = t('pj', scope: [:utils]) - %span.fr-hint-text Taille maximale : 200 Mo. Formats supportés : jpg, png, pdf. + %span.fr-hint-text + = t('.notice_upload_group') %p.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AMELIORATION } } = t('.notice_pj_product') diff --git a/config/locales/views/support/en.yml b/config/locales/views/support/en.yml index 1b16ef2ed..0fda6c690 100644 --- a/config/locales/views/support/en.yml +++ b/config/locales/views/support/en.yml @@ -8,6 +8,7 @@ en: our_answer: 👉 Our answer notice_pj_product: A screenshot can help us identify the element to improve. notice_pj_other: A screenshot can help us identify the issue. + notice_upload_group: "Maximum size: 200 MB. Supported formats: jpg, png, pdf." procedure_info: question: I've encountered a problem while completing my application answer_html: "

Are you sure that all the mandatory fields ( * ) are properly filled? diff --git a/config/locales/views/support/fr.yml b/config/locales/views/support/fr.yml index aebe2ca2e..45ec8aaaa 100644 --- a/config/locales/views/support/fr.yml +++ b/config/locales/views/support/fr.yml @@ -8,6 +8,7 @@ fr: our_answer: 👉 Notre réponse notice_pj_product: Une capture d’écran peut nous aider à identifier plus facilement l’endroit à améliorer. notice_pj_other: Une capture d’écran peut nous aider à identifier plus facilement le problème. + notice_upload_group: "Taille maximale : 200 Mo. Formats supportés : jpg, png, pdf." procedure_info: question: J’ai un problème lors du remplissage de mon dossier answer_html: "

Avez-vous bien vérifié que tous les champs obligatoires ( * ) sont remplis ?