diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php index c7a5511215..e21fa46e75 100644 --- a/app/Http/Controllers/Auth/RegisterController.php +++ b/app/Http/Controllers/Auth/RegisterController.php @@ -148,7 +148,7 @@ class RegisterController extends Controller $allowRegistration = $this->allowedToRegister(); if (false === $allowRegistration) { - $message = 'Registration is currently not available.'; + $message = 'Registration is currently not available. If you are the administrator, you can enable this in the administration.'; return view('error', compact('message')); }