소스 검색

Translation String

Dennis 3 년 전
부모
커밋
0c2cf8712e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Auth/RegisterController.php

+ 1 - 1
app/Http/Controllers/Auth/RegisterController.php

@@ -67,7 +67,7 @@ class RegisterController extends Controller
                 'g-recaptcha-response' => ['recaptcha'],
                 'ip'                   => ['unique:users'],
             ], [
-                'ip.unique' => "You have already made an account with us! Please contact support if you think this is incorrect."
+                'ip.unique' => __("You have already made an account with us! Please contact support if you think this is incorrect.")
             ]);
         }