Skip to content

Commit

Permalink
Mejorada la expresión de throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelOrtuno authored Oct 13, 2019
1 parent 16ea34e commit cdfacf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/es/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',

];

0 comments on commit cdfacf4

Please sign in to comment.