From e753fee632148d23d7de3dffa28dbaed426c65b0 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 25 Aug 2022 08:51:46 +0200 Subject: [PATCH] Tweak read more link on notifications page --- app/templates/notifications.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/notifications.html b/app/templates/notifications.html index 6a4c085..a67c782 100644 --- a/app/templates/notifications.html +++ b/app/templates/notifications.html @@ -93,7 +93,7 @@

- See more{% if more_unread_count %}({{ more_unread_count }} unread left){% endif %} + See more{% if more_unread_count %} ({{ more_unread_count }} unread left){% endif %}