mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
l10n: Improve styling
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
43dbd9fa5a
commit
5908f06f9e
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. Check your notifications to learn more.'));
|
||||
throw new HintException($l->t('The user was not created because the user limit has been reached. Check your notifications to learn more.'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue