From 3ce551f106ffaf94eb93866a70128e5f24d50727 Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 3 Jun 2021 12:05:25 -0400 Subject: [PATCH] copy --- ui/component/livestreamLayout/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/livestreamLayout/view.jsx b/ui/component/livestreamLayout/view.jsx index 47bdadfdb..ff18ddd27 100644 --- a/ui/component/livestreamLayout/view.jsx +++ b/ui/component/livestreamLayout/view.jsx @@ -39,7 +39,7 @@ export default function LivestreamLayout(props: Props) { {Boolean(chatDisabled) && (
- {__('%channel% has disabled chat for this stream. Enjoy!', { + {__('%channel% has disabled chat for this stream. Enjoy the stream!', { channel: channelName || __('This channel'), })}