aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-10-27 10:12:30 +0200
committerJoas Schilling <coding@schilljs.com>2021-10-27 10:12:30 +0200
commit9a18bd7abf12fcd2cd82aab9099cb02fd0f54ba8 (patch)
tree5e1939ed09a63fe6c563884b25733cfc263e6d5d /lib/public
parentd231d2618de78b87cbc3916109652f0432fee607 (diff)
downloadnextcloud-server-9a18bd7abf12fcd2cd82aab9099cb02fd0f54ba8.tar.gz
nextcloud-server-9a18bd7abf12fcd2cd82aab9099cb02fd0f54ba8.zip
Improve wording
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Notification/IManager.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/public/Notification/IManager.php b/lib/public/Notification/IManager.php
index e2f37176850..dbf4aab4ea4 100644
--- a/lib/public/Notification/IManager.php
+++ b/lib/public/Notification/IManager.php
@@ -113,8 +113,7 @@ interface IManager extends IApp, INotifier {
*
* We want to keep offering our push notification service for free, but large
* users overload our infrastructure. For this reason we have to rate-limit the
- * use of push notifications. If you need this feature, consider setting up your
- * own push server or using Nextcloud Enterprise.
+ * use of push notifications. If you need this feature, consider using Nextcloud Enterprise.
*
* @since 23.0.0
*/