add translations upload group notice
This commit is contained in:
parent
be16cb6f5e
commit
b1dfc83c17
3 changed files with 4 additions and 1 deletions
|
@ -61,7 +61,8 @@
|
||||||
.fr-upload-group
|
.fr-upload-group
|
||||||
= label_tag :piece_jointe, class: 'fr-label' do
|
= label_tag :piece_jointe, class: 'fr-label' do
|
||||||
= t('pj', scope: [:utils])
|
= 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 } }
|
%p.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AMELIORATION } }
|
||||||
= t('.notice_pj_product')
|
= t('.notice_pj_product')
|
||||||
|
|
|
@ -8,6 +8,7 @@ en:
|
||||||
our_answer: 👉 Our answer
|
our_answer: 👉 Our answer
|
||||||
notice_pj_product: A screenshot can help us identify the element to improve.
|
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_pj_other: A screenshot can help us identify the issue.
|
||||||
|
notice_upload_group: "Maximum size: 200 MB. Supported formats: jpg, png, pdf."
|
||||||
procedure_info:
|
procedure_info:
|
||||||
question: I've encountered a problem while completing my application
|
question: I've encountered a problem while completing my application
|
||||||
answer_html: "<p>Are you sure that all the mandatory fields (<span class= mandatory> * </span>) are properly filled?
|
answer_html: "<p>Are you sure that all the mandatory fields (<span class= mandatory> * </span>) are properly filled?
|
||||||
|
|
|
@ -8,6 +8,7 @@ fr:
|
||||||
our_answer: 👉 Notre réponse
|
our_answer: 👉 Notre réponse
|
||||||
notice_pj_product: Une capture d’écran peut nous aider à identifier plus facilement l’endroit à améliorer.
|
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_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:
|
procedure_info:
|
||||||
question: J’ai un problème lors du remplissage de mon dossier
|
question: J’ai un problème lors du remplissage de mon dossier
|
||||||
answer_html: "<p>Avez-vous bien vérifié que tous les champs obligatoires (<span class= mandatory> * </span>) sont remplis ?
|
answer_html: "<p>Avez-vous bien vérifié que tous les champs obligatoires (<span class= mandatory> * </span>) sont remplis ?
|
||||||
|
|
Loading…
Reference in a new issue