diff options
Diffstat (limited to 'lib/private/Support/Subscription/Registry.php')
-rw-r--r-- | lib/private/Support/Subscription/Registry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Support/Subscription/Registry.php b/lib/private/Support/Subscription/Registry.php index 008cded5dd3..f313574f96b 100644 --- a/lib/private/Support/Subscription/Registry.php +++ b/lib/private/Support/Subscription/Registry.php @@ -239,7 +239,7 @@ class Registry implements IRegistry { $notificationManager->notify($notification); } - $this->logger->warning('The user limit was reached and the new user was not created', ['app' => 'lib']); + $this->logger->warning('The account limit was reached and the new account was not created', ['app' => 'lib']); } protected function reIssue(): bool { |