Fixed: Episode reference in search results string (#4094)

This commit is contained in:
beyondmeat
2020-01-22 18:54:18 -07:00
committed by Qstick
parent ba41939c27
commit 27f7dd26ab

View File

@@ -111,7 +111,7 @@ function InteractiveSearchContent(props) {
{ {
!isFetching && !!error && !isFetching && !!error &&
<div> <div>
Unable to load results for this episode search. Try again later Unable to load results for this movie search. Try again later
</div> </div>
} }