Make search say No more results when there are current results
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Tusooa Zhu 2022-07-15 20:26:05 -04:00 committed by Sam Therapy
parent 002cc2c41e
commit 98510ea6f5
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,7 @@
class="search-result-heading"
>
<h4>
{{ $t('search.no_results') }}
{{ visibleStatuses.length === 0 ? $t('search.no_results') : $t('search.no_more_results') }}
</h4>
</div>
</div>

View File

@ -448,6 +448,7 @@
"search": {
"hashtags": "Hashtags",
"no_results": "No results",
"no_more_results": "No more results",
"load_more": "Load more results",
"people": "People",
"people_talking": "{count} people talking",