mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
no videos message changed
This commit is contained in:
parent
3ee3ce769b
commit
8812dabbe2
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ const VideosList = ({ className, metaGroup }) => {
|
|||
:
|
||||
metaGroup.content.type === 'Err' || videosForSeason.length === 0 ?
|
||||
<div className={styles['message-label']}>
|
||||
No videos
|
||||
No videos found for this meta
|
||||
</div>
|
||||
:
|
||||
<React.Fragment>
|
||||
|
|
|
|||
Loading…
Reference in a new issue