瀏覽代碼

fix: corrected typo in error message

dev1
Mihaela Dumitru 2 年之前
父節點
當前提交
6810839edc
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js 查看文件

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

Loading…
取消
儲存