From 87c3b24746570b2b897070d4605c30535039da64 Mon Sep 17 00:00:00 2001 From: ButterflyOfFire <42316180+BoFFire@users.noreply.github.com> Date: Wed, 17 Oct 2018 21:54:19 +0200 Subject: [PATCH] Update auth.php --- resources/lang/fr/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.', ];