mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Fix error
This commit is contained in:
@@ -148,7 +148,7 @@ class RegisterController extends Controller
|
|||||||
$allowRegistration = $this->allowedToRegister();
|
$allowRegistration = $this->allowedToRegister();
|
||||||
|
|
||||||
if (false === $allowRegistration) {
|
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'));
|
return view('error', compact('message'));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user