change no open bounties message

This commit is contained in:
pablodip 2018-01-25 09:48:12 +01:00
parent 4bb81f976b
commit b3b3e47acd
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
[bounties-sort]]
(if (empty? open-bounties)
[:div.view-no-data-container
[:p "No recent activity yet"]]
[:p "No matching bounties found."]]
(into [:div.ui.items]
(for [bounty open-bounties]
[bounty-item bounty])))])