[Fix #525] Improve the wording of the attestation template footer label
This commit is contained in:
parent
35dba93469
commit
84b05a348e
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
Dimensions conseillées : au minimum 500 px de largeur ou de hauteur, poids maximum : 0,5 Mo.
|
Dimensions conseillées : au minimum 500 px de largeur ou de hauteur, poids maximum : 0,5 Mo.
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
= f.label :footer, 'Adresse en bas de page'
|
= f.label :footer, 'Pied de page'
|
||||||
= f.text_field :footer, class: 'form-control', maxlength: 190
|
= f.text_field :footer, class: 'form-control', maxlength: 190
|
||||||
|
|
||||||
%button.btn.btn-primary{ formaction: admin_procedure_attestation_template_preview_path, formtarget: '_blank' } Prévisualiser
|
%button.btn.btn-primary{ formaction: admin_procedure_attestation_template_preview_path, formtarget: '_blank' } Prévisualiser
|
||||||
|
|
|
@ -93,7 +93,7 @@ fr:
|
||||||
attestation_template:
|
attestation_template:
|
||||||
attributes:
|
attributes:
|
||||||
footer:
|
footer:
|
||||||
too_long: ": l'adresse en bas de page est trop longue."
|
too_long: ": le pied de page est trop long."
|
||||||
piece_justificative:
|
piece_justificative:
|
||||||
attributes:
|
attributes:
|
||||||
content:
|
content:
|
||||||
|
|
Loading…
Reference in a new issue