From 3f1318f26bc5ef1632e4d3efb0132b507ab8d3c7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 4 Sep 2026 06:56:00 +0200 Subject: [PATCH] fix(changelog): Fix typo in release note Signed-off-by: Joas Schilling --- 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 bb37b575584..f705aaac6af 100644 --- a/lib/Chat/Changelog/Manager.php +++ b/lib/Chat/Changelog/Manager.php @@ -163,7 +163,7 @@ public function getChangelogs(): array { . $this->l->t('- Direct calls from profile menus for calls within other apps') . "\n", $this->l->t('## New in Talk %s', ['25']) . "\n" . $this->l->t('- Classified conversations for better discussions around sensitive topics') . "\n" - . $this->l->t('- Channels and announcements to broadcast information to a broader audiance') . "\n" + . $this->l->t('- Channels and announcements to broadcast information to a broader audience') . "\n" . $this->l->t('- Owners can preserve a conversation, preventing deletion and chat purging') . "\n", ]; }