about summary refs log tree commit diff
path: root/src/view/shell/Drawer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/shell/Drawer.tsx')
-rw-r--r--src/view/shell/Drawer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx
index 89e30002e..2ecdbaab2 100644
--- a/src/view/shell/Drawer.tsx
+++ b/src/view/shell/Drawer.tsx
@@ -224,7 +224,7 @@ export const DrawerContent = observer(() => {
             accessibilityLabel="Notifications"
             accessibilityHint={
               notifications.unreadCountLabel === ''
-                ? 'No new notifications'
+                ? ''
                 : `${notifications.unreadCountLabel} unread`
             }
             count={notifications.unreadCountLabel}