fix lists empty on channel page
This commit is contained in:
parent
aa6c7c52a9
commit
48bc887b1f
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ function ChannelPage(props: Props) {
|
|||
<section className="main--empty">{__('You have no lists! Create one from any playable content.')}</section>
|
||||
);
|
||||
} else {
|
||||
collectionEmpty = <section className="main--empty">{__('You have unpublished lists')}</section>;
|
||||
collectionEmpty = <section className="main--empty">{__('No Lists Found')}</section>;
|
||||
}
|
||||
let channelIsBlackListed = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue