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>
|
||||
<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>
|
||||
|
||||
Ссылка в новой задаче
Block a user