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:
parent
161746519c
commit
be8084ae10
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue