Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/TestPush.php')
-rw-r--r--lib/Command/TestPush.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Command/TestPush.php b/lib/Command/TestPush.php
index d4533a3..41bc99e 100644
--- a/lib/Command/TestPush.php
+++ b/lib/Command/TestPush.php
@@ -88,8 +88,7 @@ class TestPush extends Command {
if (!$this->notificationManager->isFairUseOfFreePushService()) {
$output->writeln('<error>We want to keep offering our push notification service for free, but large</error>');
$output->writeln('<error>users overload our infrastructure. For this reason we have to rate-limit the</error>');
- $output->writeln('<error>use of push notifications. If you need this feature, consider setting up your</error>');
- $output->writeln('<error>own push server or using Nextcloud Enterprise.</error>');
+ $output->writeln('<error>use of push notifications. If you need this feature, consider using Nextcloud Enterprise.</error>');
return 1;
}