浏览代码

flags: fix comment

j8
Deepak Verma 5 年前
父节点
当前提交
ff23f81dfe
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/base/flags/constants.js

+ 1
- 1
react/features/base/flags/constants.js 查看文件

@@ -20,7 +20,7 @@ export const CALENDAR_ENABLED = 'calendar.enabled';
20 20
 export const CALL_INTEGRATION_ENABLED = 'call-integration.enabled';
21 21
 
22 22
 /**
23
- * Flag indicating if chat should be enabled.
23
+ * Flag indicating if close captions should be enabled.
24 24
  * Default: enabled (true).
25 25
  */
26 26
 export const CLOSE_CAPTIONS_ENABLED = 'close-captions.enabled';

正在加载...
取消
保存