about summary refs log tree commit diff
path: root/src/view/shell/Drawer.tsx
diff options
context:
space:
mode:
authorFrudrax Cheng <i@cynosura.one>2024-10-17 16:03:42 +0800
committerGitHub <noreply@github.com>2024-10-17 11:03:42 +0300
commit7e4ecc6860fca2d3477e4dc5db907309236949ac (patch)
tree5776ac32e45724dc6ed1d4e89583e1d93ab81f31 /src/view/shell/Drawer.tsx
parenteaba68ee20ad9374c903467b4e087200ec1df8bd (diff)
downloadvoidsky-7e4ecc6860fca2d3477e4dc5db907309236949ac.tar.zst
Unified 'Chats' in drawers into 'Chat' (#5790)
Diffstat (limited to 'src/view/shell/Drawer.tsx')
-rw-r--r--src/view/shell/Drawer.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx
index c6ae955a8..b6e20dcaf 100644
--- a/src/view/shell/Drawer.tsx
+++ b/src/view/shell/Drawer.tsx
@@ -443,8 +443,8 @@ let ChatMenuItem = ({
           <Message style={[t.atoms.text]} width={iconWidth} />
         )
       }
-      label={_(msg`Chats`)}
-      accessibilityLabel={_(msg`Chats`)}
+      label={_(msg`Chat`)}
+      accessibilityLabel={_(msg`Chat`)}
       accessibilityHint=""
       bold={isActive}
       onPress={onPress}