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,