From 09c50321c770d809e7cb19c7f47106ae7489299d Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 1 May 2021 21:04:24 -0700 Subject: [PATCH] Rename disable chat to hide chat --- web/utils/config-constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index f7746428c..5a3927c52 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -173,7 +173,7 @@ export const DEFAULT_VARIANT_STATE: VideoVariant = { export const FIELD_PROPS_DISABLE_CHAT = { apiPath: API_CHAT_DISABLE, configPath: 'chatDisabled', - label: 'Disable chat', + label: 'Hide chat', tip: 'Hide the web chat interface.', useSubmit: true, };