This commit is contained in:
zeppi 2021-06-03 12:05:25 -04:00 committed by Thomas Zarebczan
parent 28a3db28b7
commit 3ce551f106

View file

@ -39,7 +39,7 @@ export default function LivestreamLayout(props: Props) {
{Boolean(chatDisabled) && (
<div className="help--notice">
{__('%channel% has disabled chat for this stream. Enjoy!', {
{__('%channel% has disabled chat for this stream. Enjoy the stream!', {
channel: channelName || __('This channel'),
})}
</div>