From 0c2cf8712ee3498e7d7914676f19c26e1eed142b Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 10 Jan 2022 21:02:43 +0100 Subject: [PATCH] Translation String --- app/Http/Controllers/Auth/RegisterController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php index 58034a42..34bc79e0 100644 --- a/app/Http/Controllers/Auth/RegisterController.php +++ b/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.") ]); }