diff --git a/app/locales/en.json b/app/locales/en.json
index d5eebd356..80799feeb 100644
--- a/app/locales/en.json
+++ b/app/locales/en.json
@@ -163,5 +163,9 @@
"wallet (lbryum)": "wallet (lbryum)",
"interface": "interface",
"Platform": "Platform",
- "Installation ID": "Installation ID"
-}
+ "Installation ID": "Installation ID",
+ "Search Results for": "Search Results for",
+ "These search results are provided by LBRY, Inc.": "These search results are provided by LBRY, Inc.",
+ "Exact URL": "Exact URL",
+ "This is the resolution of a LBRY URL and not controlled by LBRY Inc.": "This is the resolution of a LBRY URL and not controlled by LBRY Inc."
+}
\ No newline at end of file
diff --git a/ui/js/page/search/view.jsx b/ui/js/page/search/view.jsx
index 8328434fc..5b28f7b2c 100644
--- a/ui/js/page/search/view.jsx
+++ b/ui/js/page/search/view.jsx
@@ -17,14 +17,14 @@ class SearchPage extends React.Component{
{ lbryuri.isValid(query) ?
: '' }
- Search Results for {query}