Merge pull request #34829 from nextcloud/Valdnet-patch-3

l10n: Improve styling
This commit is contained in:
Simon L 2022-11-12 02:14:01 +01:00 committed by GitHub
commit c2f3010ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.'));
}
}
}