summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-09-22 09:24:47 +0200
committerGitHub <noreply@github.com>2022-09-22 09:24:47 +0200
commitc61677525e235d1c9fef3c882964faedc896a7ad (patch)
treee64a47003033953f315d89975520f4d83186b6e8 /lib
parentd4870305d73ee6e6a3525e2e7442262d8c8c8ce1 (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 198069ed7..ad29ec5b6 100644
--- a/lib/Chat/Changelog/Manager.php
+++ b/lib/Chat/Changelog/Manager.php
@@ -122,7 +122,7 @@ class Manager {
$this->l->t('New in Talk %s', ['15']),
$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('- You can start calls without notifying others to not alert everyone in big conversations and send the call notifications afterwards to the required people instead'),
+ $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'),
];
}