mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Fix bug in displaying results count
This commit is contained in:
parent
f00395a6b6
commit
423480903f
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ template(name="globalSearch")
|
|||
else if hasResults.get
|
||||
.global-search-dueat-list-wrapper
|
||||
h1
|
||||
if $eq resultCount.get 0
|
||||
if $eq resultsCount.get 0
|
||||
| {{_ 'no-results' }}
|
||||
else if $eq resultCount.get 1
|
||||
else if $eq resultsCount.get 1
|
||||
| {{_ 'one-result' }}
|
||||
else
|
||||
| {{_ 'n-results' resultsCount.get }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue