Translation String

This commit is contained in:
Dennis 2022-01-10 21:02:43 +01:00 committed by GitHub
parent 74bdcffe75
commit 0c2cf8712e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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