about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThread.tsx
diff options
context:
space:
mode:
authorOllie H <renahlee@outlook.com>2023-05-03 22:53:49 -0700
committerGitHub <noreply@github.com>2023-05-04 00:53:49 -0500
commit011baa78c10cc38d98795fb87a0e54c14a657791 (patch)
treef79d91de53d00f8019ba77256e630f6acec958bc /src/view/com/post-thread/PostThread.tsx
parent0f68e6a6ffca94239630801eaaed9a9531d5cef2 (diff)
downloadvoidsky-011baa78c10cc38d98795fb87a0e54c14a657791.tar.zst
a11y label cleanup (#576)
Diffstat (limited to 'src/view/com/post-thread/PostThread.tsx')
-rw-r--r--src/view/com/post-thread/PostThread.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx
index b886e61e8..b3da0b01b 100644
--- a/src/view/com/post-thread/PostThread.tsx
+++ b/src/view/com/post-thread/PostThread.tsx
@@ -183,8 +183,8 @@ export const PostThread = observer(function PostThread({
             <TouchableOpacity
               onPress={onPressBack}
               accessibilityRole="button"
-              accessibilityLabel="Go back"
-              accessibilityHint="Navigates to the previous screen">
+              accessibilityLabel="Back"
+              accessibilityHint="">
               <Text type="2xl" style={pal.link}>
                 <FontAwesomeIcon
                   icon="angle-left"
@@ -217,8 +217,8 @@ export const PostThread = observer(function PostThread({
           <TouchableOpacity
             onPress={onPressBack}
             accessibilityRole="button"
-            accessibilityLabel="Go back"
-            accessibilityHint="Navigates to the previous screen">
+            accessibilityLabel="Back"
+            accessibilityHint="">
             <Text type="2xl" style={pal.link}>
               <FontAwesomeIcon
                 icon="angle-left"