diff options
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" |