diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/auth/create/Step2.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/auth/create/Step2.tsx b/src/view/com/auth/create/Step2.tsx index 695c40cb8..60e197564 100644 --- a/src/view/com/auth/create/Step2.tsx +++ b/src/view/com/auth/create/Step2.tsx @@ -61,8 +61,8 @@ export const Step2 = observer(function Step2Impl({ Don't have an invite code?{' '} <TouchableWithoutFeedback onPress={onPressWaitlist} - accessibilityLabel="button" - accessibilityHint="Opens Bluesky waitlist form"> + accessibilityLabel="Join the waitlist." + accessibilityHint=""> <View style={styles.touchable}> <Text style={pal.link}>Join the waitlist.</Text> </View> |