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 /src/components/profile/Friends.tsx | |
parent | 6b3ab4ccb9112e469f2333285c4e58a8c934cff3 (diff) |
changed section name
Diffstat (limited to 'src/components/profile/Friends.tsx')
-rw-r--r-- | src/components/profile/Friends.tsx | 2 |
1 files changed, 1 insertions, 1 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> |