aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-19 17:05:35 -0400
committerIvan Chen <ivan@tagg.id>2021-03-19 17:05:35 -0400
commit97039f6ac5beb342fbc330b5bef2101a555695af (patch)
tree0552bbb48757cd31865c206805245b1e9ddc77b3
parent53e5c331326473ab8649afc94065d2000baaa6db (diff)
renamed
-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 />