From 559c7d949cde9193864a5909dba1758f2b986885 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:08:21 +0000 Subject: [PATCH] New translations validation.php (French) --- resources/lang/fr-FR/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr-FR/validation.php b/resources/lang/fr-FR/validation.php index 5415ea7d..d631fa3a 100644 --- a/resources/lang/fr-FR/validation.php +++ b/resources/lang/fr-FR/validation.php @@ -84,7 +84,7 @@ return [ 'string' => 'L\'attribut ":attribute" doit faire :size caractères.', 'array' => ':attribute doit contenir :size éléments.', ], - 'string' => ':attribute doit être une chaîne de caractères.', + 'string' => 'L\' :attribut doit être une chaîne de caractères.', 'timezone' => ':attribute doit être une zone valide.', 'unique' => ':attribute a déjà été pris.', 'url' => 'Le format de :attribute n\'est pas valide.',