fix(Champs::DossierLinkChamp): when required, should point to existing dossier
This commit is contained in:
parent
9fd53b182a
commit
eb8b9a13ca
5 changed files with 54 additions and 6 deletions
|
@ -4,3 +4,10 @@ en:
|
|||
champs/dossier_link_champ:
|
||||
hints:
|
||||
value: "File number"
|
||||
|
||||
errors:
|
||||
models:
|
||||
champs/dossier_link_champ:
|
||||
attributes:
|
||||
value:
|
||||
not_found: "File not found"
|
||||
|
|
|
@ -4,3 +4,11 @@ fr:
|
|||
champs/dossier_link_champ:
|
||||
hints:
|
||||
value: "Numéro de dossier"
|
||||
|
||||
|
||||
errors:
|
||||
models:
|
||||
champs/dossier_link_champ:
|
||||
attributes:
|
||||
value:
|
||||
not_found: "Le dossier n'existe pas"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue