From 1da3af8e2a2008d319bc7d452f65d7ce54666c9a Mon Sep 17 00:00:00 2001 From: Philipp Dormann <17651032+philippdormann@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:43:52 +0100 Subject: [PATCH] fix: typo in RoomClient.sendMessageTo --- public/js/RoomClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 4045fdbb..540f4545 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -2429,7 +2429,7 @@ class RoomClient { if (!this.thereIsParticipants()) { isChatPasteTxt = false; this.cleanMessage(); - return this.userLog('info', 'No participants in the room expect you', 'top-end'); + return this.userLog('info', 'No participants in the room except you', 'top-end'); } Swal.fire({ background: swalBackground,