From b1f7cce59b395d9706bda9464eb4bb3992cd5826 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 27 Mar 2018 19:32:55 +0100 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 d631fa3a..2052d1bc 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' => 'L\' :attribut doit être une chaîne de caractères.', + 'string' => ':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.',