about summary refs log tree commit diff
path: root/src/view/shell/bottom-bar
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-05-14 19:18:08 +0100
committerGitHub <noreply@github.com>2024-05-14 19:18:08 +0100
commit08836ecbec9d47025fb1474ab772102df4ab0642 (patch)
treead57b4963cfc01c8261825eadabce3cd9b0d18ab /src/view/shell/bottom-bar
parent6b2635c87027331f82e0bb79b743f870458872ae (diff)
downloadvoidsky-08836ecbec9d47025fb1474ab772102df4ab0642.tar.zst
[🐴] use "Chats" instead of "Messages" (#4013)
* use "Chats" instead of "Messages"

* chats to chat

* use messages in the header
Diffstat (limited to 'src/view/shell/bottom-bar')
-rw-r--r--src/view/shell/bottom-bar/BottomBar.tsx2
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`