[🐴] use "Chats" instead of "Messages" (#4013)

* use "Chats" instead of "Messages"

* chats to chat

* use messages in the header
This commit is contained in:
Samuel Newman
2024-05-14 19:18:08 +01:00
committed by GitHub
parent 6b2635c870
commit 08836ecbec
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ export function DesktopLeftNav() {
count={numUnreadMessages.numUnread}
icon={<Message style={pal.text} width={iconWidth} />}
iconFilled={<MessageFilled style={pal.text} width={iconWidth} />}
label={_(msg`Messages`)}
label={_(msg`Chat`)}
/>
)}
<NavItem