diff --git a/resources/lang/pt/auth.php b/resources/lang/pt/auth.php index e5506df..fffd887 100644 --- a/resources/lang/pt/auth.php +++ b/resources/lang/pt/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 credenciais não coincidem com os nossos registos.', + 'throttle' => 'Demasiadas tentativas de acesso. Tente novamente em :seconds segundos.', ];