소스 검색

Update auth.php

Minor change
Artur Mancha 3 년 전
부모
커밋
9d92608d2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/lang/pt/auth.php

+ 1 - 1
resources/lang/pt/auth.php

@@ -14,6 +14,6 @@ return [
     */
 
     'failed'   => 'As credenciais introduzidas não correspondem aos nossos registos.',
-    'throttle' => 'MDemasiadas tentativas de login. Tente novamente em :seconds segundos.',
+    'throttle' => 'Demasiadas tentativas de login. Tente novamente em :seconds segundos.',
 
 ];