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
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-09-22 10:24:54 +0300
committerGitHub <noreply@github.com>2022-09-22 10:24:54 +0300
commitf7c43f14e53485a60007964100cadfc7c016fa69 (patch)
tree00a467735a4872d1282d869070503a21565e3d94 /lib
parentc61677525e235d1c9fef3c882964faedc896a7ad (diff)
Update lib/Chat/Changelog/Manager.php
Co-authored-by: Marco <marcoambrosini@icloud.com> Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Chat/Changelog/Manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php
index ad29ec5b6..823d50144 100644
--- a/lib/Chat/Changelog/Manager.php
+++ b/lib/Chat/Changelog/Manager.php
@@ -123,7 +123,7 @@ class Manager {
$this->l->t('- Use a poll to collect the opinions of others or settle on a date'),
$this->l->t('- Configure an expiration time for chat messages'),
$this->l->t('- Start calls without notifying others in big conversations. You can send individual call notifications once the call has started.'),
- $this->l->t('- You can sent chat messages without notifying the recipients in case it is not urgent'),
+ $this->l->t('- Send chat messages without notifying the recipients in case it is not urgent'),
];
}
}