summaryrefslogtreecommitdiffstats
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
parent1d9cf11441c6d25b2a2962938cdccd0cc2e11139 (diff)
Fix typos
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/Chat/Changelog/Manager.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d21f1f531..91c4a4138 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,9 +13,9 @@ All notable changes to this project will be documented in this file.
[#9248](https://github.com/nextcloud/spreed/issues/9248)
- Groups can now be mentioned in chats
[#6339](https://github.com/nextcloud/spreed/issues/6339)
-- Call recordings are automatically transcript if a transcription provider app is registered
+- Call recordings are automatically transcribed if a transcription provider app is registered
[#9274](https://github.com/nextcloud/spreed/issues/9274)
-- Chat message can be translated if a translation provider app is registered
+- Chat messages can be translated if a translation provider app is registered
[#9273](https://github.com/nextcloud/spreed/issues/9273)
### Changed
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'),
];
}
}