diff options
author | Ollie H <renahlee@outlook.com> | 2023-05-03 22:53:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 00:53:49 -0500 |
commit | 011baa78c10cc38d98795fb87a0e54c14a657791 (patch) | |
tree | f79d91de53d00f8019ba77256e630f6acec958bc /src/view/com/post-thread/PostThread.tsx | |
parent | 0f68e6a6ffca94239630801eaaed9a9531d5cef2 (diff) | |
download | voidsky-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.tsx | 8 |
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" |