mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
Update config-constants.tsx (#3835)
Fix for #3827. Removed extraneous "to" and rewrote sentence for clarity.
This commit is contained in:
parent
1cecdbbf54
commit
fdcfb34531
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ export const FIELD_PROPS_DISABLE_SEARCH_INDEXING = {
|
|||
apiPath: API_DISABLE_SEARCH_INDEXING,
|
||||
configPath: '',
|
||||
label: 'Disable search engine indexing',
|
||||
tip: 'Turn this ON to to tell search engines not to index this site.',
|
||||
tip: 'Turn this ON to ask search engines to not index this site.',
|
||||
};
|
||||
|
||||
export const DEFAULT_VARIANT_STATE: VideoVariant = {
|
||||
|
|
Loading…
Reference in a new issue