Unified 'Chats' in drawers into 'Chat' (#5790)

This commit is contained in:
Frudrax Cheng
2024-10-17 16:03:42 +08:00
committed by GitHub
parent eaba68ee20
commit 7e4ecc6860
+2 -2
View File
@@ -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}