From 611a6c675188f24bb3d158d8e13621d186456a98 Mon Sep 17 00:00:00 2001 From: blizzz Date: Fri, 21 Oct 2022 13:46:44 +0200 Subject: [PATCH] extended hint message Co-authored-by: Simon L. Signed-off-by: blizzz --- lib/private/Support/Subscription/Assertion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Support/Subscription/Assertion.php b/lib/private/Support/Subscription/Assertion.php index 9acd3f878c3..9b77e875944 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.')); + throw new HintException($l->t('The user limit has been reached and the user was not created. Check your notifications to learn more.')); } } } -- 2.39.5