Make search say No more results when there are current results
This commit is contained in:
parent
b11ac22192
commit
b09912d2f9
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue