diff options
Diffstat (limited to 'src/view/shell/bottom-bar/BottomBar.tsx')
-rw-r--r-- | src/view/shell/bottom-bar/BottomBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx index 212587e30..7b74880c5 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -216,7 +216,7 @@ export function BottomBar({navigation}: BottomTabBarProps) { notificationCount={numUnreadMessages.numUnread} accessible={true} accessibilityRole="tab" - accessibilityLabel={_(msg`Messages`)} + accessibilityLabel={_(msg`Chat`)} accessibilityHint={ numUnreadMessages.count > 0 ? `${numUnreadMessages.numUnread} unread` |