Small Change

Changes "integer" to "entier", proper french translation for it.
This commit is contained in:
Mathieu Aubin
2017-01-27 22:09:42 -05:00
committed by GitHub
parent aabbd9fd1b
commit e6ceac5f77

View File

@@ -39,7 +39,7 @@ return [
'exists' => 'Le :attribute sélectionné est invalide.',
'image' => 'Le :attribute doit être une image.',
'in' => 'Le :attribute sélectionné est invalide.',
'integer' => 'Le :attribute doit être un integer.',
'integer' => 'Le :attribute doit être un entier.',
'ip' => 'Le :attribute doit être une adresse IP valide.',
'max' => [
'numeric' => 'Le :attribute ne peut pas être plus grand que :max.',