From 46b32d9890cde05237ca8a28f05c32d27fbfc603 Mon Sep 17 00:00:00 2001 From: Reka <8795284+Grazouillis@users.noreply.github.com> Date: Sun, 27 May 2018 15:21:02 +0200 Subject: [PATCH] call a variable correctly :seconds instead : secondes --- resources/lang/fr/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr/auth.php b/resources/lang/fr/auth.php index 8fb7bcd30..b5203399d 100644 --- a/resources/lang/fr/auth.php +++ b/resources/lang/fr/auth.php @@ -11,6 +11,6 @@ return [ | */ 'failed' => 'Ces informations ne correspondent pas à nos dossiers.', - 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans: secondes secondes.', + 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', ]; © 2018 GitHub, Inc.