Skip to content

Commit

Permalink
flags: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakverma4 authored Jun 5, 2020
1 parent bc66c90 commit ff23f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/features/base/flags/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit ff23f81

Please sign in to comment.