]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Improve styling 34829/head
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Wed, 26 Oct 2022 18:38:07 +0000 (20:38 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 18:38:07 +0000 (20:38 +0200)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
lib/private/Support/Subscription/Assertion.php

index 9b77e87594431c395ea529cc818a17f755081a0d..451afe83bd30de9e09317c08cd113e15a7245b93 100644 (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.'));
                }
        }
 }