summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-06-24 09:18:27 -0400
committerChristopher Speller <crspeller@gmail.com>2016-06-24 09:18:27 -0400
commit9e044e833938ea8bdd167faba2740c5619570473 (patch)
treebca17e8fe8fa08fb740ad93ba460ffcc2797099c /webapp/i18n/en.json
parent2f70a8baf9ee3e163136eaff6d33178b78cc1078 (diff)
downloadchat-9e044e833938ea8bdd167faba2740c5619570473.tar.gz
chat-9e044e833938ea8bdd167faba2740c5619570473.tar.bz2
chat-9e044e833938ea8bdd167faba2740c5619570473.zip
Clarifying help text (#3370)
* Making help text more clear * Clarifying help text * Changing "No results" to question * Changing "No results" to question * Update search_results.jsx * Update en.json * Update en.json * Update search_results.jsx * Update search_results.jsx
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 4bf470799..734bdbcb8 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": "<ul><li>If you're searching a partial phrase (ex. searching \"rea\", looking for \"reach\" or \"reaction\"), append a * to your search term</li><li>Due to the volume of results, two letter searches and common words like \"this\", \"a\" and \"is\" won't appear in search results</li></ul>",
- "search_results.noResults": "NO RESULTS",
+ "search_results.because": "<ul><li>If you're searching a partial phrase (ex. searching \"rea\", looking for \"reach\" or \"reaction\"), append a * to your search term.</li><li>Two letter searches and common words like \"this\", \"a\" and \"is\" won't appear in search results due to excessive results returned.</li></ul>",
+ "search_results.noResults": "No results found. Try again?",
"search_results.usage": "<ul><li>Use <b>\"quotation marks\"</b> to search for phrases</li><li>Use <b>from:</b> to find posts from specific users and <b>in:</b> to find posts in specific channels</li></ul>",
"setting_item_max.cancel": "Cancel",
"setting_item_max.save": "Save",