rename the "Disable chat" switch to a simple "Chat" (#286)
* change chat config lable * reverse the chat enable UI * add reversed to toggle switch props
This commit is contained in:
@@ -178,8 +178,8 @@ export const DEFAULT_VARIANT_STATE: VideoVariant = {
|
||||
export const FIELD_PROPS_DISABLE_CHAT = {
|
||||
apiPath: API_CHAT_DISABLE,
|
||||
configPath: '',
|
||||
label: 'Disable chat',
|
||||
tip: 'Disable chat functionality from your Owncast server.',
|
||||
label: 'Chat',
|
||||
tip: 'Turn the chat functionality on/off on your Owncast server.',
|
||||
useSubmit: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user