diff --git a/resources/lang/fr/auth.php b/resources/lang/fr/auth.php index 3abe159d3..6803d7d38 100644 --- a/resources/lang/fr/auth.php +++ b/resources/lang/fr/auth.php @@ -11,6 +11,6 @@ return [ | these language lines according to your application's requirements. | */ - 'failed' => 'Ces informations ne correspondent pas à nos dossiers.', - 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', + 'failed' => 'Ces informations d\'identification ne correspondent à aucune se trouvant dans notre base de données.', + 'throttle' => 'Beaucoup de tentatives de connexion ont été effectuées. Veuillez réessayer dans :seconds secondes.', ];