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 %}