diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-30 13:04:10 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-30 13:04:10 -0700 |
commit | 6aaeed352035aa827d590d479f979f7488f01c2d (patch) | |
tree | 00d8f234b2396826732c7446ce19da8f7719d972 | |
parent | 6b3ab4ccb9112e469f2333285c4e58a8c934cff3 (diff) |
changed section name
-rw-r--r-- | src/components/profile/Friends.tsx | 2 | ||||
-rw-r--r-- | src/screens/profile/InviteFriendsScreen.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/profile/Friends.tsx b/src/components/profile/Friends.tsx index 72ce28d4..44f6bb48 100644 --- a/src/components/profile/Friends.tsx +++ b/src/components/profile/Friends.tsx @@ -87,7 +87,7 @@ const Friends: React.FC<FriendsProps> = ({result, screenType, userId}) => { {loggedInUser.userId === userId && ( <View style={styles.subheader}> <View style={styles.addFriendHeaderContainer}> - <Text style={[styles.subheaderText]}>Add Friends</Text> + <Text style={[styles.subheaderText]}>Contacts on tagg</Text> </View> <UsersFromContacts /> </View> diff --git a/src/screens/profile/InviteFriendsScreen.tsx b/src/screens/profile/InviteFriendsScreen.tsx index 4af52349..a9fa1404 100644 --- a/src/screens/profile/InviteFriendsScreen.tsx +++ b/src/screens/profile/InviteFriendsScreen.tsx @@ -203,7 +203,7 @@ const InviteFriendsScreen: React.FC<InviteFriendsScreenProps> = ({route}) => { </Animated.View> </View> <View style={styles.subheader}> - <Text style={styles.subheaderText}>Add Friends</Text> + <Text style={styles.subheaderText}>Contacts on tagg</Text> <UsersFromContacts /> </View> <View style={styles.subheader}> |