diff --git a/ui/page/channel/view.jsx b/ui/page/channel/view.jsx index 78c7d306a..18a6daf65 100644 --- a/ui/page/channel/view.jsx +++ b/ui/page/channel/view.jsx @@ -125,7 +125,7 @@ function ChannelPage(props: Props) {
{__('You have no lists! Create one from any playable content.')}
); } else { - collectionEmpty =
{__('You have unpublished lists')}
; + collectionEmpty =
{__('No Lists Found')}
; } let channelIsBlackListed = false;