Skip to content

Commit

Permalink
MainTabsScreen: Rename Conversations to Private messages
Browse files Browse the repository at this point in the history
Fixes: zulip#5448
  • Loading branch information
pratyaksh1610 authored and chrisbobbe committed Aug 4, 2022
1 parent 3b76083 commit b1eba83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/MainTabsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function MainTabsScreen(props: Props): Node {
name="pm-conversations"
component={PmConversationsScreen}
options={{
tabBarLabel: 'Conversations',
tabBarLabel: 'Private messages',
tabBarIcon: ({ color }) => <IconPeople size={24} color={color} />,
tabBarBadge: unreadPmsCount > 0 ? unreadPmsCount : undefined,
tabBarBadgeStyle: {
Expand Down

0 comments on commit b1eba83

Please sign in to comment.