diff --git a/chumweb/www/views/pages/package-index.html b/chumweb/www/views/pages/package-index.html index f0ea112..9bee05d 100644 --- a/chumweb/www/views/pages/package-index.html +++ b/chumweb/www/views/pages/package-index.html @@ -22,7 +22,7 @@

{{ page_title }}

{% for pkg in pkgs %} {{ package_item.package_item(pkg, "li") }} {% else %} -

No apps found with the given filters

+

No software found when applying the provided filters.

{% endfor %} {% endblock main %}