diff options
author | Ansh <anshnanda10@gmail.com> | 2023-08-02 09:34:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 09:34:39 -0700 |
commit | f33fdb97b69ede09c58d571e9ec918da7b335858 (patch) | |
tree | bd21520b7e0c94f22fb03570531f9c8149a7de7c /src/view | |
parent | 869cc3aaae0b4bf697507ddb60995d4024e8ca5d (diff) | |
download | voidsky-f33fdb97b69ede09c58d571e9ec918da7b335858.tar.zst |
change copy in `InviteCodes.tsx (#1082)
Diffstat (limited to 'src/view')
-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) => ( |