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
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-10-27 11:08:27 +0300
committerJoas Schilling <coding@schilljs.com>2021-10-27 11:08:27 +0300
commit7381e74b1534bf005970efca8ad115bec771f04a (patch)
tree7ce9fdd4699dc7f1fb5262de270418c70b3a5b60 /lib
parent298c227f5265a5ee8c50369fc4c2724e6f35b42c (diff)
Improve wording
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Command/TestPush.php3
-rw-r--r--lib/Push.php3
2 files changed, 2 insertions, 4 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;
}
diff --git a/lib/Push.php b/lib/Push.php
index 1405297..1bf2e0f 100644
--- a/lib/Push.php
+++ b/lib/Push.php
@@ -299,8 +299,7 @@ class Push {
/**
* 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.
*/
return;
}