diff options
Diffstat (limited to 'src/view/com/auth/create')
-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> ) : ( <> |