From b2a69d93e623697d74b056196a04467db0d82d39 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:16:22 +0800 Subject: [PATCH] fix font of delete link in notifications --- app/templates/user/notifications.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/user/notifications.html b/app/templates/user/notifications.html index 7dd64054..3df7c3a4 100644 --- a/app/templates/user/notifications.html +++ b/app/templates/user/notifications.html @@ -32,13 +32,13 @@ {{ moment(notification.created_at).fromNow(refresh=True) }} - Delete + {{ _('Delete') }} {% endfor %} {% else %} -

No notifications to show.

+

{{ _('No notifications to show.') }}

{% endif %}