diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-30 16:13:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 16:13:41 -0400 |
commit | f570f6c75ff051e9f8afe359a237a05828dc6ffb (patch) | |
tree | 6312728d93cafb062fdfd0e4303f8554c3ffdb05 /src/screens/profile/InviteFriendsScreen.tsx | |
parent | 51221063c1747ea7ba6a250e60906d6a06b0fbd8 (diff) | |
parent | 6aaeed352035aa827d590d479f979f7488f01c2d (diff) |
Merge pull request #342 from shravyaramesh/tma718-move-invite-friends
[TMA-718] Move Invite Friends to Notifications Screen
Diffstat (limited to 'src/screens/profile/InviteFriendsScreen.tsx')
-rw-r--r-- | src/screens/profile/InviteFriendsScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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}> |