From cdfacf4fc315f27eca82ba0ffd1a74d30a8322c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Israel=20Ortu=C3=B1o?= Date: Sun, 13 Oct 2019 20:51:56 +0200 Subject: [PATCH] =?UTF-8?q?Mejorada=20la=20expresi=C3=B3n=20de=20throttle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/es/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es/auth.php b/resources/lang/es/auth.php index 0903172..3c5fd5e 100644 --- a/resources/lang/es/auth.php +++ b/resources/lang/es/auth.php @@ -14,6 +14,6 @@ */ 'failed' => 'Estas credenciales no coinciden con nuestros registros.', - 'throttle' => 'Demasiados intentos fallidos en muy poco tiempo. Por favor intente de nuevo en :seconds segundos.', + 'throttle' => 'Demasiados intentos de acceso. Por favor inténtelo de nuevo en :seconds segundos.', ];