this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Frudrax Cheng and committed by
GitHub
7e4ecc68 eaba68ee

+2 -2
+2 -2
src/view/shell/Drawer.tsx
··· 443 443 <Message style={[t.atoms.text]} width={iconWidth} /> 444 444 ) 445 445 } 446 - label={_(msg`Chats`)} 447 - accessibilityLabel={_(msg`Chats`)} 446 + label={_(msg`Chat`)} 447 + accessibilityLabel={_(msg`Chat`)} 448 448 accessibilityHint="" 449 449 bold={isActive} 450 450 onPress={onPress}