Parcourir la source

fix: corrected typo in error message

dev1
Mihaela Dumitru il y a 2 ans
Parent
révision
6810839edc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js Voir le fichier

@@ -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;

Chargement…
Annuler
Enregistrer