diff options
Diffstat (limited to 'src/view/com/modals/InviteCodes.tsx')
-rw-r--r-- | src/view/com/modals/InviteCodes.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/view/com/modals/InviteCodes.tsx b/src/view/com/modals/InviteCodes.tsx index b3fe9dd3f..d46579f09 100644 --- a/src/view/com/modals/InviteCodes.tsx +++ b/src/view/com/modals/InviteCodes.tsx @@ -53,11 +53,7 @@ export function Component({}: {}) { Invite a Friend </Text> <Text type="lg" style={[styles.description, pal.text]}> - Send these invites to your friends so they can create an account. Each - code works once! - </Text> - <Text type="sm" style={[styles.description, pal.textLight]}> - (You'll receive one invite code every two weeks.) + Each code works once. You'll receive more invite codes periodically. </Text> <ScrollView style={[styles.scrollContainer, pal.border]}> {store.me.invites.map((invite, i) => ( |