Fix mismatching button label for speech recognition (#1372)
* Fix mismatching a11y label * Update all new post button labels to match
This commit is contained in:
@@ -177,7 +177,7 @@ function ComposeBtn() {
|
||||
style={[styles.newPostBtn]}
|
||||
onPress={onPressCompose}
|
||||
accessibilityRole="button"
|
||||
accessibilityLabel="Compose post"
|
||||
accessibilityLabel="New post"
|
||||
accessibilityHint="">
|
||||
<View style={styles.newPostBtnIconWrapper}>
|
||||
<ComposeIcon2
|
||||
|
||||
Reference in New Issue
Block a user