From b69cf6ed4247423e2b2f694ffc49988fbcfbbdd2 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 22 Jan 2025 10:32:48 +0100 Subject: [PATCH] fix(a11y): add notification icon label --- frontend/src/components/notifications/Notifications.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/notifications/Notifications.vue b/frontend/src/components/notifications/Notifications.vue index e6aeaa70b..b6b0559e1 100644 --- a/frontend/src/components/notifications/Notifications.vue +++ b/frontend/src/components/notifications/Notifications.vue @@ -9,6 +9,7 @@ class="trigger-button" @click.stop="showNotifications = !showNotifications" > + {{ $t('notification.title') }}