From 8be9f371dbed93c77f5285ddd254d2a70404c938 Mon Sep 17 00:00:00 2001 From: Stanford <115697763+stnfrd@users.noreply.github.com> Date: Thu, 16 Mar 2023 18:27:17 +0000 Subject: [PATCH] Fixed typos (#2836) "plan to steam" to "plan to stream" --- web/utils/config-constants.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index 3daf75d9d..1d984afd8 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -194,7 +194,7 @@ export const FIELD_PROPS_NSFW = { apiPath: API_NSFW_SWITCH, configPath: 'instanceDetails', 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 = { @@ -322,7 +322,7 @@ export const FIELD_PROPS_FEDERATION_NSFW = { apiPath: API_NSFW_SWITCH, configPath: 'instanceDetails', 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 = {