mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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
This commit is contained in:
committed by
Christopher Speller
parent
2f70a8baf9
commit
9e044e8339
@@ -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'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>
|
||||
<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 the excessive results returned.</li>
|
||||
</ul>'
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user