mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
extended hint message
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
6bedcfe1f5
commit
2228a7b374
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class Assertion implements IAssertion {
|
|||
public function createUserIsLegit(): void {
|
||||
if ($this->registry->delegateIsHardUserLimitReached($this->notificationManager)) {
|
||||
$l = $this->l10nFactory->get('lib');
|
||||
throw new HintException($l->t('The user limit has been reached and the user was not created.'));
|
||||
throw new HintException($l->t('The user limit has been reached and the user was not created. Check your notifications to learn more.'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue