fixed 'no more results' text
Some checks failed
Run Integration Tests / test (pull_request) Failing after 1m38s
Some checks failed
Run Integration Tests / test (pull_request) Failing after 1m38s
This commit is contained in:
parent
5ae97da6d0
commit
8700035893
9 changed files with 37 additions and 16 deletions
|
@ -144,9 +144,12 @@
|
|||
<br>
|
||||
{{end}}
|
||||
{{else if .NoResults}}
|
||||
<div class="no-results">{{ translate "no_results" .Query }}</div>
|
||||
<div class="no-results-found">
|
||||
{{ translate "no_results_found" .Query }}<br>
|
||||
{{ translate "suggest_rephrase" }}
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="no-more-results">{{ translate "no_more_results" }}</div>
|
||||
<div class="no-results-found">{{ translate "no_more_results" }}</div>
|
||||
{{end}}
|
||||
</div>
|
||||
<div class="message-bottom-left" id="message-bottom-left">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue