Add info about more results to full-page search frontend.
This commit is contained in:
parent
e5ee4ccc48
commit
44bd8f3837
|
@ -125,9 +125,13 @@
|
|||
{{/each}}
|
||||
|
||||
{{#if hasResults}}
|
||||
<h3 class="search-footer">
|
||||
{{i18n "search.no_more_results"}}
|
||||
</h3>
|
||||
<h3 class="search-footer">
|
||||
{{#if model.grouped_search_result.more_full_page_results}}
|
||||
{{i18n "search.more_results"}}
|
||||
{{else}}
|
||||
{{i18n "search.no_more_results"}}
|
||||
{{/if}}
|
||||
</h3>
|
||||
{{/if}}
|
||||
|
||||
{{/conditional-loading-spinner}}
|
||||
|
|
|
@ -1321,6 +1321,7 @@ en:
|
|||
searching: "Searching ..."
|
||||
post_format: "#{{post_number}} by {{username}}"
|
||||
results_page: "Search Results"
|
||||
more_results: "There are more results. Please narrow your search criteria."
|
||||
|
||||
context:
|
||||
user: "Search posts by @{{username}}"
|
||||
|
|
Loading…
Reference in New Issue