From e6ceac5f7707c633b0bfd6add3b04ac739525f91 Mon Sep 17 00:00:00 2001 From: Mathieu Aubin Date: Fri, 27 Jan 2017 22:09:42 -0500 Subject: [PATCH] Small Change Changes "integer" to "entier", proper french translation for it. --- resources/lang/fr/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php index 6d24c2066..0322db870 100644 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -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.',