Browse Source

Rename disable chat to hide chat

pull/1886/head
Gabe Kangas 5 years ago
parent
commit
09c50321c7
  1. 2
      web/utils/config-constants.tsx

2
web/utils/config-constants.tsx

@ -173,7 +173,7 @@ export const DEFAULT_VARIANT_STATE: VideoVariant = {
export const FIELD_PROPS_DISABLE_CHAT = { export const FIELD_PROPS_DISABLE_CHAT = {
apiPath: API_CHAT_DISABLE, apiPath: API_CHAT_DISABLE,
configPath: 'chatDisabled', configPath: 'chatDisabled',
label: 'Disable chat', label: 'Hide chat',
tip: 'Hide the web chat interface.', tip: 'Hide the web chat interface.',
useSubmit: true, useSubmit: true,
}; };

Loading…
Cancel
Save