From 397c88319a14e808c79b5ba7a2e9864bdd0c1145 Mon Sep 17 00:00:00 2001 From: Uthanien Date: Mon, 3 Feb 2025 21:20:12 -0300 Subject: [PATCH] Variable for lang spanish --- resources/lang/es/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/es/auth.php b/resources/lang/es/auth.php index 06594d1d4..fec9df86f 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.', - 'verifyYourEmailAddress' => ' - Verica Tu Correo Electronico', + 'failed' => 'Los datos introducidos no son válidos.', + 'throttle' => 'Demasiados intentos de iniciar sesión. Por favor, inténtalo de nuevo en :seconds segundos.', + ];