summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-04 19:50:21 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-04 19:50:21 +0200
commite41d5a6dc1f346d71185be83ac35d93518d422e7 (patch)
tree669711d5e61f2bea7f6ad33a253a77e0cf5bab0a /lib
parent1d9cf11441c6d25b2a2962938cdccd0cc2e11139 (diff)
Fix typos
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Chat/Changelog/Manager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php
index cdb54dffc..41b681d52 100644
--- a/lib/Chat/Changelog/Manager.php
+++ b/lib/Chat/Changelog/Manager.php
@@ -137,8 +137,8 @@ class Manager {
. $this->l->t('- Reactions are now available during calls') . "\n"
. $this->l->t('- Typing indicators show which users are currently typing a message') . "\n"
. $this->l->t('- Groups can now be mentioned in chats') . "\n"
- . $this->l->t('- Call recordings are automatically transcript if a transcription provider app is registered') . "\n"
- . $this->l->t('- Chat message can be translated if a translation provider app is registered'),
+ . $this->l->t('- Call recordings are automatically transcribed if a transcription provider app is registered') . "\n"
+ . $this->l->t('- Chat messages can be translated if a translation provider app is registered'),
];
}
}