From 01cee40590db34386ad0f70e9b6806ed62c02196 Mon Sep 17 00:00:00 2001 From: "Julio C. Ortega" <390821+roliverio@users.noreply.github.com> Date: Thu, 12 Oct 2023 08:37:46 -0500 Subject: [PATCH] Fix plural in string Signed-off-by: Julio C. Ortega <390821+roliverio@users.noreply.github.com> --- lib/Chat/Changelog/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php index 65608e145e0..a497acb1daa 100644 --- a/lib/Chat/Changelog/Manager.php +++ b/lib/Chat/Changelog/Manager.php @@ -113,7 +113,7 @@ public function getChangelogs(): array { $this->l->t('- You can now blur your background in the newly designed call view'), $this->l->t('- Moderators can now assign general and individual permissions to participants'), $this->l->t('## New in Talk %s', ['14']), - $this->l->t('- You can now react to chat message'), + $this->l->t('- You can now react to chat messages'), $this->l->t('- In the sidebar you can now find an overview of the latest shared items'), $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'),