[🐴] use "Chats" instead of "Messages" (#4013)
* use "Chats" instead of "Messages" * chats to chat * use messages in the header
This commit is contained in:
parent
6b2635c870
commit
08836ecbec
4 changed files with 5 additions and 5 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue