From ff23f81dfe41e0cc3efbd20b55e8c884e43d196e Mon Sep 17 00:00:00 2001 From: Deepak Verma Date: Fri, 5 Jun 2020 17:23:35 +0530 Subject: [PATCH] flags: fix comment --- react/features/base/flags/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/base/flags/constants.js b/react/features/base/flags/constants.js index fb288a7c6a9e..dfad73667d89 100644 --- a/react/features/base/flags/constants.js +++ b/react/features/base/flags/constants.js @@ -20,7 +20,7 @@ export const CALENDAR_ENABLED = 'calendar.enabled'; export const CALL_INTEGRATION_ENABLED = 'call-integration.enabled'; /** - * Flag indicating if chat should be enabled. + * Flag indicating if close captions should be enabled. * Default: enabled (true). */ export const CLOSE_CAPTIONS_ENABLED = 'close-captions.enabled';