Procházet zdrojové kódy

fix: corrected typo in error message

dev1
Mihaela Dumitru před 2 roky
rodič
revize
6810839edc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js Zobrazit soubor

@@ -675,7 +675,7 @@ JitsiConference.prototype.leave = async function() {
675 675
 
676 676
     // Leave the conference. If this.room == null we are calling second time leave().
677 677
     if (!this.room) {
678
-        throw new Error('The conference is has been already left');
678
+        throw new Error('You have already left the conference');
679 679
     }
680 680
 
681 681
     const room = this.room;

Načítá se…
Zrušit
Uložit