Unified 'Chats' in drawers into 'Chat' (#5790)
This commit is contained in:
@@ -443,8 +443,8 @@ let ChatMenuItem = ({
|
|||||||
<Message style={[t.atoms.text]} width={iconWidth} />
|
<Message style={[t.atoms.text]} width={iconWidth} />
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
label={_(msg`Chats`)}
|
label={_(msg`Chat`)}
|
||||||
accessibilityLabel={_(msg`Chats`)}
|
accessibilityLabel={_(msg`Chat`)}
|
||||||
accessibilityHint=""
|
accessibilityHint=""
|
||||||
bold={isActive}
|
bold={isActive}
|
||||||
onPress={onPress}
|
onPress={onPress}
|
||||||
|
|||||||
Reference in New Issue
Block a user