diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-10-26 20:38:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 20:38:07 +0200 |
commit | 5908f06f9e50d295d1b2fba9610e32b689055f92 (patch) | |
tree | 8e9d5db69dd8c43a59c552c9789e345f053c9c57 | |
parent | 43dbd9fa5aa2a18331ed46ae054d6a042f636e2f (diff) | |
download | nextcloud-server-5908f06f9e50d295d1b2fba9610e32b689055f92.tar.gz nextcloud-server-5908f06f9e50d295d1b2fba9610e32b689055f92.zip |
l10n: Improve styling
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-rw-r--r-- | lib/private/Support/Subscription/Assertion.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Support/Subscription/Assertion.php b/lib/private/Support/Subscription/Assertion.php index 9b77e875944..451afe83bd3 100644 --- a/lib/private/Support/Subscription/Assertion.php +++ b/lib/private/Support/Subscription/Assertion.php @@ -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.')); } } } |