about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-10-30 18:06:31 -0700
committerPaul Frazee <pfrazee@gmail.com>2023-10-30 18:06:31 -0700
commit074719397787fb02305d5b2ed71b7fbace9d309c (patch)
treecd0348e90a5ba978274afb098ff2162dc69708c6
parent2577cbf252e0f857d94fdf847f7f73bf776b2e8c (diff)
downloadvoidsky-074719397787fb02305d5b2ed71b7fbace9d309c.tar.zst
Fix a11y prop
-rw-r--r--src/view/com/auth/create/Step2.tsx4
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>