1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

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