diff options
author | Simon L <szaimen@e.mail.de> | 2022-11-12 02:14:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 02:14:01 +0100 |
commit | c2f3010ee7b828459b279879285f1bdc2c7e3c62 (patch) | |
tree | 47f02511090a38a5d9af3ae0df34ccc9d2111b2f /lib | |
parent | 9d45845d2a6df7efdb07038c9bb7c345d4d5d819 (diff) | |
parent | 5908f06f9e50d295d1b2fba9610e32b689055f92 (diff) | |
download | nextcloud-server-c2f3010ee7b828459b279879285f1bdc2c7e3c62.tar.gz nextcloud-server-c2f3010ee7b828459b279879285f1bdc2c7e3c62.zip |
Merge pull request #34829 from nextcloud/Valdnet-patch-3
l10n: Improve styling
Diffstat (limited to 'lib')
-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.')); } } } |