We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b76083 commit b1eba83Copy full SHA for b1eba83
src/main/MainTabsScreen.js
@@ -76,7 +76,7 @@ export default function MainTabsScreen(props: Props): Node {
76
name="pm-conversations"
77
component={PmConversationsScreen}
78
options={{
79
- tabBarLabel: 'Conversations',
+ tabBarLabel: 'Private messages',
80
tabBarIcon: ({ color }) => <IconPeople size={24} color={color} />,
81
tabBarBadge: unreadPmsCount > 0 ? unreadPmsCount : undefined,
82
tabBarBadgeStyle: {
0 commit comments