diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-07-17 14:17:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 16:17:14 -0500 |
commit | ad15ee31f3e069ca97f2f6817f977fb9a04b3203 (patch) | |
tree | de51dfa2cf7d0e1a801f8de20919be7dbcd37840 /src/view/com/auth/create/Step2.tsx | |
parent | 3bd891b01aecdd8f2c7d5d833d735cb5ba6f5cba (diff) | |
download | voidsky-ad15ee31f3e069ca97f2f6817f977fb9a04b3203.tar.zst |
[APP-773] Change waitlist explainer copy (#1021)
* Change waitlist explainer copy * Restore the waitlist modal snap point to 80% to account for smaller phones * Tune copy further
Diffstat (limited to 'src/view/com/auth/create/Step2.tsx')
-rw-r--r-- | src/view/com/auth/create/Step2.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/view/com/auth/create/Step2.tsx b/src/view/com/auth/create/Step2.tsx index 86338bbd5..2865191c4 100644 --- a/src/view/com/auth/create/Step2.tsx +++ b/src/view/com/auth/create/Step2.tsx @@ -51,9 +51,8 @@ export const Step2 = observer(({model}: {model: CreateAccountModel}) => { accessibilityRole="button" accessibilityLabel="Waitlist" accessibilityHint="Opens Bluesky waitlist form"> - <Text style={pal.link}>Join the waitlist</Text> - </TouchableWithoutFeedback>{' '} - to try the beta before it's publicly available. + <Text style={pal.link}>Join the waitlist.</Text> + </TouchableWithoutFeedback> </Text> ) : ( <> |