From: Marcel Werk Date: Fri, 14 Jul 2023 14:53:44 +0000 (+0200) Subject: Fix typo X-Git-Tag: 6.0.0_Alpha_7~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=711f27a8dd0b217f8ba796bd1b8a8244e04e1827;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git Fix typo --- 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