From 711f27a8dd0b217f8ba796bd1b8a8244e04e1827 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 14 Jul 2023 16:53:44 +0200 Subject: [PATCH] Fix typo --- files/lib/page/ConversationListPage.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/page/ConversationListPage.class.php b/files/lib/page/ConversationListPage.class.php index 1943f63..3c9897e 100644 --- a/files/lib/page/ConversationListPage.class.php +++ b/files/lib/page/ConversationListPage.class.php @@ -201,7 +201,7 @@ class ConversationListPage extends SortablePage if (!empty($userIDs)) { // The condition is split into two branches in order to account for invisible participants. // Invisible participants are only visible to the conversation starter and remain invisible - // until the write their first message. + // until they write their first message. // // We need to protect these users from being exposed as participants by including them for // any conversation that the current user has started. For all other conversations, users -- 2.20.1