Browse Source

Fix typos

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/9453/head
Joas Schilling 2 years ago
parent
commit
e41d5a6dc1
No known key found for this signature in database GPG Key ID: C400AAF20C1BB6FC
  1. 4
      CHANGELOG.md
  2. 4
      lib/Chat/Changelog/Manager.php

4
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

4
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'),
];
}
}
Loading…
Cancel
Save