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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-12-20 12:20:55 +0300
committerGitHub <noreply@github.com>2020-12-20 12:20:55 +0300
commit6b860ef66e524f5a3709fe645b700f6cfdb7ac8c (patch)
tree9c2115f7c9f88d0bfec765626af94411ca2a7a76 /lib/Service
parent64e00427f8575a8cb98e8b67ce202aa4c1c22609 (diff)
Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'lib/Service')
-rw-r--r--lib/Service/HostedSignalingServerService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/HostedSignalingServerService.php b/lib/Service/HostedSignalingServerService.php
index 4be96ae40..efb88cef5 100644
--- a/lib/Service/HostedSignalingServerService.php
+++ b/lib/Service/HostedSignalingServerService.php
@@ -471,7 +471,7 @@ class HostedSignalingServerService {
$body = $response->getBody()->getContents();
$this->logger->error('Deleting the hosted signaling server account failed: too many requests - HTTP status: ' . $status . ' Response body: ' . $body);
- $message = $this->l10n->t('Too many requests are send from your servers address. Please try again later.');
+ $message = $this->l10n->t('Too many requests are sent from your servers address. Please try again later.');
throw new HostedSignalingServerAPIException($message);
case Http::STATUS_NOT_FOUND:
$body = $response->getBody()->getContents();