summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results.jsx
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/components/search_results.jsx
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/components/search_results.jsx')
-rw-r--r--webapp/components/search_results.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/components/search_results.jsx b/webapp/components/search_results.jsx
index 213a677e7..ec1307353 100644
--- a/webapp/components/search_results.jsx
+++ b/webapp/components/search_results.jsx
@@ -141,14 +141,14 @@ export default class SearchResults extends React.Component {
<h4>
<FormattedMessage
id='search_results.noResults'
- defaultMessage='NO RESULTS'
+ defaultMessage='No results found. Try again?'
/>
</h4>
<FormattedHTMLMessage
id='search_results.because'
defaultMessage='<ul>
- <li>If you&#39;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&#39;t appear in search results</li>
+ <li>If you&#39;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&#39;t appear in search results, due to the excessive results returned.</li>
</ul>'
/>
</div>