diff --git a/src/stores/notification.js b/src/stores/notification.js
index 903db2e4..4b351345 100644
--- a/src/stores/notification.js
+++ b/src/stores/notification.js
@@ -2651,6 +2651,7 @@ export const useNotificationStore = defineStore('Notification', () => {
function deleteNotificationLogPrompt(row) {
modalStore
.confirm({
+ // TODO: type translation
description: t('confirm.delete_type', { type: row.type }),
title: t('confirm.title')
})
diff --git a/src/views/Sidebar/components/NotificationItem.vue b/src/views/Sidebar/components/NotificationItem.vue
index e9068ee2..66d2a54a 100644
--- a/src/views/Sidebar/components/NotificationItem.vue
+++ b/src/views/Sidebar/components/NotificationItem.vue
@@ -18,6 +18,25 @@
v-if="!isNotificationExpired(notification) && !isSeen"
class="ml-auto size-2 shrink-0 rounded-full bg-blue-500" />
+