diff --git a/webapp/components/search_results.jsx b/webapp/components/search_results.jsx
index 213a677e76..ec13073533 100644
--- a/webapp/components/search_results.jsx
+++ b/webapp/components/search_results.jsx
@@ -141,14 +141,14 @@ export default class SearchResults extends React.Component {
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 4bf4707996..734bdbcb86 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1165,8 +1165,8 @@
"search_header.title2": "Recent Mentions",
"search_item.direct": "Direct Message",
"search_item.jump": "Jump",
- "search_results.because": "- If you're searching a partial phrase (ex. searching \"rea\", looking for \"reach\" or \"reaction\"), append a * to your search term
- Due to the volume of results, two letter searches and common words like \"this\", \"a\" and \"is\" won't appear in search results
",
- "search_results.noResults": "NO RESULTS",
+ "search_results.because": "- If you're searching a partial phrase (ex. searching \"rea\", looking for \"reach\" or \"reaction\"), append a * to your search term.
- Two letter searches and common words like \"this\", \"a\" and \"is\" won't appear in search results due to excessive results returned.
",
+ "search_results.noResults": "No results found. Try again?",
"search_results.usage": "- Use \"quotation marks\" to search for phrases
- Use from: to find posts from specific users and in: to find posts in specific channels
",
"setting_item_max.cancel": "Cancel",
"setting_item_max.save": "Save",