Skip to content

Commit b1eba83

Browse files
pratyaksh1610chrisbobbe
authored andcommitted
MainTabsScreen: Rename Conversations to Private messages
Fixes: #5448
1 parent 3b76083 commit b1eba83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/MainTabsScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function MainTabsScreen(props: Props): Node {
7676
name="pm-conversations"
7777
component={PmConversationsScreen}
7878
options={{
79-
tabBarLabel: 'Conversations',
79+
tabBarLabel: 'Private messages',
8080
tabBarIcon: ({ color }) => <IconPeople size={24} color={color} />,
8181
tabBarBadge: unreadPmsCount > 0 ? unreadPmsCount : undefined,
8282
tabBarBadgeStyle: {

0 commit comments

Comments
 (0)