copy
This commit is contained in:
parent
28a3db28b7
commit
3ce551f106
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export default function LivestreamLayout(props: Props) {
|
||||||
|
|
||||||
{Boolean(chatDisabled) && (
|
{Boolean(chatDisabled) && (
|
||||||
<div className="help--notice">
|
<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'),
|
channel: channelName || __('This channel'),
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue