diff options
Diffstat (limited to 'Core/Exception/DisabledException.php')
-rw-r--r-- | Core/Exception/DisabledException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/DisabledException.php b/Core/Exception/DisabledException.php index feb0609..5571ab1 100644 --- a/Core/Exception/DisabledException.php +++ b/Core/Exception/DisabledException.php @@ -24,6 +24,6 @@ class DisabledException extends AccountStatusException */ public function getMessageKey() { - return 'security.exception.disabled_exception'; + return 'Account is disabled.'; } } |