diff options
author | Frudrax Cheng <i@cynosura.one> | 2024-10-17 16:03:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 11:03:42 +0300 |
commit | 7e4ecc6860fca2d3477e4dc5db907309236949ac (patch) | |
tree | 5776ac32e45724dc6ed1d4e89583e1d93ab81f31 /src | |
parent | eaba68ee20ad9374c903467b4e087200ec1df8bd (diff) | |
download | voidsky-7e4ecc6860fca2d3477e4dc5db907309236949ac.tar.zst |
Unified 'Chats' in drawers into 'Chat' (#5790)
Diffstat (limited to 'src')
-rw-r--r-- | src/view/shell/Drawer.tsx | 4 |
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} |