Merge pull request #1126 from sgmap/fix-525
[Fix #525] Improve the wording of the attestation template footer label
This commit is contained in:
commit
8c96f15fa5
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.
|
||||
|
||||
.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
|
||||
|
||||
%button.btn.btn-primary{ formaction: admin_procedure_attestation_template_preview_path, formtarget: '_blank' } Prévisualiser
|
||||
|
|
|
@ -93,7 +93,7 @@ fr:
|
|||
attestation_template:
|
||||
attributes:
|
||||
footer:
|
||||
too_long: ": l'adresse en bas de page est trop longue."
|
||||
too_long: ": le pied de page est trop long."
|
||||
piece_justificative:
|
||||
attributes:
|
||||
content:
|
||||
|
|
Loading…
Reference in a new issue