diff options
author | Ollie Hsieh <renahlee@outlook.com> | 2023-04-27 10:31:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 12:31:03 -0500 |
commit | 51be8474db5e8074b1af233609b5eb455af31692 (patch) | |
tree | 38e25415bdb52462761a7212f248293d2062544c /src | |
parent | 7a2c21026db702d028c20796a8d0bccd68de5464 (diff) | |
download | voidsky-51be8474db5e8074b1af233609b5eb455af31692.tar.zst |
Update invite code copy (#549)
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/InviteCodes.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/InviteCodes.tsx b/src/view/com/modals/InviteCodes.tsx index 8d54a50b1..992439ebc 100644 --- a/src/view/com/modals/InviteCodes.tsx +++ b/src/view/com/modals/InviteCodes.tsx @@ -57,7 +57,7 @@ export function Component({}: {}) { code works once! </Text> <Text type="sm" style={[styles.description, pal.textLight]}> - ( We'll send you more periodically. ) + ( You'll receive one invite code every two weeks. ) </Text> <ScrollView style={[styles.scrollContainer, pal.border]}> {store.me.invites.map((invite, i) => ( |