瀏覽代碼

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.")
             ]);
         }