diff --git a/resources/lang/fr/auth.php b/resources/lang/fr/auth.php index e5506df..7773eaa 100644 --- a/resources/lang/fr/auth.php +++ b/resources/lang/fr/auth.php @@ -13,7 +13,7 @@ return [ | */ - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Ces identifiants ne correspondent pas à nos enregistrements.', + 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', ];