Quellcode durchsuchen

Variable for lang spanish

Uthanien vor 5 Monaten
Ursprung
Commit
397c88319a
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      resources/lang/es/auth.php

+ 3 - 3
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.',
+
 ];
 ];