about summary refs log tree commit diff
path: root/src/view/com/auth/create/Step2.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-07-17 14:17:14 -0700
committerGitHub <noreply@github.com>2023-07-17 16:17:14 -0500
commitad15ee31f3e069ca97f2f6817f977fb9a04b3203 (patch)
treede51dfa2cf7d0e1a801f8de20919be7dbcd37840 /src/view/com/auth/create/Step2.tsx
parent3bd891b01aecdd8f2c7d5d833d735cb5ba6f5cba (diff)
downloadvoidsky-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.tsx5
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>
       ) : (
         <>