Merge pull request #91 from philippdormann/main

[mirotalksfu] - fix typo
هذا الالتزام موجود في:
Miroslav Pejic
2023-01-16 16:48:31 +01:00
ملتزم من قبل GitHub
الأصل c330a9ffb9 1da3af8e2a
التزام 2c36132e0f

عرض الملف

@@ -2429,7 +2429,7 @@ class RoomClient {
if (!this.thereIsParticipants()) { if (!this.thereIsParticipants()) {
isChatPasteTxt = false; isChatPasteTxt = false;
this.cleanMessage(); 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({ Swal.fire({
background: swalBackground, background: swalBackground,