aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-21 19:45:39 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-21 19:45:39 +0000
commit71691708ae121493cf52b19acbb6893caf8fe7ed (patch)
tree1b28cc40a36804ddd857a45fb2b6fa20659383fd
parent12d58d338de97148611600f614726ab6cb520d87 (diff)
downloadcheatdb-71691708ae121493cf52b19acbb6893caf8fe7ed.tar.xz
Improve empty text on work queue
-rw-r--r--app/templates/todo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/todo.html b/app/templates/todo.html
index 524180a..edb7d4a 100644
--- a/app/templates/todo.html
+++ b/app/templates/todo.html
@@ -12,7 +12,7 @@
{{ p.title }} by {{ p.author.display_name }}
</a></li>
{% else %}
- <li><i>No packages available</i></ul>
+ <li><i>No packages need reviewing.</i></ul>
{% endfor %}
</ul>
@@ -27,7 +27,7 @@
</a>
</li>
{% else %}
- <li><i>No packages available</i></ul>
+ <li><i>No releases need reviewing.</i></ul>
{% endfor %}
</ul>
{% endblock %}