0

Rename disable chat to hide chat

This commit is contained in:
Gabe Kangas 2021-05-01 21:04:24 -07:00
parent e9ae824cf4
commit 09c50321c7

View File

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