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
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
2f70a8baf9
Коммит
9e044e8339
@@ -141,14 +141,14 @@ export default class SearchResults extends React.Component {
|
|||||||
<h4>
|
<h4>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='search_results.noResults'
|
id='search_results.noResults'
|
||||||
defaultMessage='NO RESULTS'
|
defaultMessage='No results found. Try again?'
|
||||||
/>
|
/>
|
||||||
</h4>
|
</h4>
|
||||||
<FormattedHTMLMessage
|
<FormattedHTMLMessage
|
||||||
id='search_results.because'
|
id='search_results.because'
|
||||||
defaultMessage='<ul>
|
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>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>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>'
|
</ul>'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1165,8 +1165,8 @@
|
|||||||
"search_header.title2": "Recent Mentions",
|
"search_header.title2": "Recent Mentions",
|
||||||
"search_item.direct": "Direct Message",
|
"search_item.direct": "Direct Message",
|
||||||
"search_item.jump": "Jump",
|
"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.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",
|
"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>",
|
"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.cancel": "Cancel",
|
||||||
"setting_item_max.save": "Save",
|
"setting_item_max.save": "Save",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user