about summary refs log tree commit diff
path: root/src/view/shell/desktop/LeftNav.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2023-09-05 16:55:39 +0100
committerGitHub <noreply@github.com>2023-09-05 16:55:39 +0100
commitbe8084ae103064d5680485f25e202c763957f2b4 (patch)
treecc07eef82f689551340e6ef1242d068da2736726 /src/view/shell/desktop/LeftNav.tsx
parent161746519c4c2bc82d08b9bb24c12e6b90ce6078 (diff)
downloadvoidsky-be8084ae103064d5680485f25e202c763957f2b4.tar.zst
Fix mismatching button label for speech recognition (#1372)
* Fix mismatching a11y label

* Update all new post button labels to match
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index eec55ee46..50d482fda 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -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