mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
Update config-constants.tsx (#2794)
This commit is contained in:
parent
c0a9b5179d
commit
f6d218f108
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ export const FIELD_PROPS_HIDE_VIEWER_COUNT = {
|
|||
apiPath: API_HIDE_VIEWER_COUNT,
|
||||
configPath: '',
|
||||
label: 'Hide viewer count',
|
||||
tip: 'Turn this ON to hide the viewer count the web page.',
|
||||
tip: 'Turn this ON to hide the viewer count on the web page.',
|
||||
};
|
||||
|
||||
export const DEFAULT_VARIANT_STATE: VideoVariant = {
|
||||
|
|
Loading…
Reference in a new issue