0

Fixed typos (#2836)

"plan to steam" to "plan to stream"
This commit is contained in:
Stanford 2023-03-16 18:27:17 +00:00 committed by GitHub
parent 7e76ee63e5
commit 8be9f371db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ export const FIELD_PROPS_NSFW = {
apiPath: API_NSFW_SWITCH, apiPath: API_NSFW_SWITCH,
configPath: 'instanceDetails', configPath: 'instanceDetails',
label: 'NSFW?', label: 'NSFW?',
tip: "Turn this ON if you plan to steam explicit or adult content. Please respectfully set this flag so unexpected eyes won't accidentally see it in the Directory.", tip: "Turn this ON if you plan to stream explicit or adult content. Please respectfully set this flag so unexpected eyes won't accidentally see it in the Directory.",
}; };
export const FIELD_PROPS_YP = { export const FIELD_PROPS_YP = {
@ -322,7 +322,7 @@ export const FIELD_PROPS_FEDERATION_NSFW = {
apiPath: API_NSFW_SWITCH, apiPath: API_NSFW_SWITCH,
configPath: 'instanceDetails', configPath: 'instanceDetails',
label: 'Potentially NSFW', label: 'Potentially NSFW',
tip: 'Turn this ON if you plan to steam explicit or adult content so previews of your stream can be marked as potentially sensitive.', tip: 'Turn this ON if you plan to stream explicit or adult content so previews of your stream can be marked as potentially sensitive.',
}; };
export const FIELD_PROPS_FEDERATION_BLOCKED_DOMAINS = { export const FIELD_PROPS_FEDERATION_BLOCKED_DOMAINS = {