From 9e6ded6544525a9a2b14ec81e1678f7603176170 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 29 Jan 2021 23:30:30 +0000 Subject: [PATCH] Fix empty message on user to do page --- app/templates/todo/user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/todo/user.html b/app/templates/todo/user.html index 5ba56fe5..96ecf3b2 100644 --- a/app/templates/todo/user.html +++ b/app/templates/todo/user.html @@ -29,7 +29,7 @@ {% else %} -

No outdated packages.

+

{{ _("Nothing to do :)") }}

{% endfor %}