aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/profile/Friends.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/profile/Friends.tsx b/src/components/profile/Friends.tsx
index cf354e06..ac724ae0 100644
--- a/src/components/profile/Friends.tsx
+++ b/src/components/profile/Friends.tsx
@@ -112,7 +112,9 @@ const Friends: React.FC<FriendsProps> = ({result, screenType, userId}) => {
}
}}>
<FindFriendsBlueIcon width={20} height={20} />
- <Text style={styles.findFriendsSubheaderText}>Find Friends</Text>
+ <Text style={styles.findFriendsSubheaderText}>
+ Invite Friends
+ </Text>
</TouchableOpacity>
</View>
<UsersFromContacts />