From d6ca8e918af213959791bec3e9daf976c65c1be1 Mon Sep 17 00:00:00 2001 From: renahlee Date: Wed, 17 May 2023 09:13:06 -0700 Subject: Update to empty hint if no notifications --- src/view/shell/Drawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/shell/Drawer.tsx') 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} -- cgit 1.4.1