Просмотр исходного кода

fix: corrected typo in error message

dev1
Mihaela Dumitru 2 лет назад
Родитель
Сommit
6810839edc
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js Просмотреть файл

675
 
675
 
676
     // Leave the conference. If this.room == null we are calling second time leave().
676
     // Leave the conference. If this.room == null we are calling second time leave().
677
     if (!this.room) {
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
     const room = this.room;
681
     const room = this.room;

Загрузка…
Отмена
Сохранить