From 0230042c1a3f24927e3cf0d957d4570435ae50e2 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Fri, 4 Sep 2020 21:02:18 +0100 Subject: [PATCH] New translations auth.php (Spanish) --- resources/lang/es/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/es/auth.php b/resources/lang/es/auth.php index e5506df..de53f13 100644 --- a/resources/lang/es/auth.php +++ b/resources/lang/es/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' => 'Estas credenciales no coinciden con nuestros registros.', + 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtalo de nuevo en :seconds segundos.', ];