From 27f7dd26ab81c2de7a7520ce7d723d6f736d0dd3 Mon Sep 17 00:00:00 2001 From: beyondmeat <51850644+beyondmeat@users.noreply.github.com> Date: Wed, 22 Jan 2020 18:54:18 -0700 Subject: [PATCH] Fixed: Episode reference in search results string (#4094) --- frontend/src/InteractiveSearch/InteractiveSearchContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/InteractiveSearch/InteractiveSearchContent.js b/frontend/src/InteractiveSearch/InteractiveSearchContent.js index 15f69aac1..fd5729198 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearchContent.js +++ b/frontend/src/InteractiveSearch/InteractiveSearchContent.js @@ -111,7 +111,7 @@ function InteractiveSearchContent(props) { { !isFetching && !!error &&
- Unable to load results for this episode search. Try again later + Unable to load results for this movie search. Try again later
}