浏览代码

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