use model locales for titre identite hint
This commit is contained in:
parent
b20c2b91fd
commit
9c2c378588
7 changed files with 12 additions and 12 deletions
|
@ -5,4 +5,3 @@ en:
|
||||||
check_content_rebased: The type of this field or its description has been modified by the administration. Check its content.
|
check_content_rebased: The type of this field or its description has been modified by the administration. Check its content.
|
||||||
optional_champ: (optional)
|
optional_champ: (optional)
|
||||||
recommended_size: The recommended maximum size is %{size} characters.
|
recommended_size: The recommended maximum size is %{size} characters.
|
||||||
titre_identite_notice: National identity card (front side only), passport, residency permit or other proof of identity.
|
|
||||||
|
|
|
@ -5,4 +5,3 @@ fr:
|
||||||
check_content_rebased: Le type de ce champ ou sa description ont été modifiés par l'administration. Vérifier son contenu.
|
check_content_rebased: Le type de ce champ ou sa description ont été modifiés par l'administration. Vérifier son contenu.
|
||||||
optional_champ: (facultatif)
|
optional_champ: (facultatif)
|
||||||
recommended_size: La taille maximale conseillée est de %{size} caractères.
|
recommended_size: La taille maximale conseillée est de %{size} caractères.
|
||||||
titre_identite_notice: Carte nationale d’identité (uniquement le recto), passeport, titre de séjour ou autre justificatif d’identité.
|
|
||||||
|
|
|
@ -19,9 +19,6 @@
|
||||||
%span.updated-at.highlighted
|
%span.updated-at.highlighted
|
||||||
= t('.check_content_rebased')
|
= t('.check_content_rebased')
|
||||||
|
|
||||||
- if @champ.titre_identite?
|
|
||||||
%span.fr-hint-text= t('.titre_identite_notice')
|
|
||||||
|
|
||||||
- if hint?
|
- if hint?
|
||||||
%span.fr-hint-text= hint
|
%span.fr-hint-text= hint
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
en:
|
|
||||||
titre_identite_notice: National identity card (front side only), passport, residency permit or other proof of identity.
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
fr:
|
|
||||||
titre_identite_notice: Carte nationale d’identité (uniquement le recto), passeport, titre de séjour ou autre justificatif d’identité.
|
|
6
config/locales/models/champs/titre_identite_champ/en.yml
Normal file
6
config/locales/models/champs/titre_identite_champ/en.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
en:
|
||||||
|
activerecord:
|
||||||
|
attributes:
|
||||||
|
champs/titre_identite_champ:
|
||||||
|
hints:
|
||||||
|
value: "National identity card (front side only), passport, residency permit or other proof of identity."
|
6
config/locales/models/champs/titre_identite_champ/fr.yml
Normal file
6
config/locales/models/champs/titre_identite_champ/fr.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
fr:
|
||||||
|
activerecord:
|
||||||
|
attributes:
|
||||||
|
champs/titre_identite_champ:
|
||||||
|
hints:
|
||||||
|
value: "Carte nationale d'identité (uniquement le recto), passeport, titre de séjour ou autre justificatif d’identité."
|
Loading…
Reference in a new issue