diff options
author | renahlee <renahlee@outlook.com> | 2023-05-18 17:29:46 -0700 |
---|---|---|
committer | renahlee <renahlee@outlook.com> | 2023-05-18 17:31:57 -0700 |
commit | 2a5ac1a6de6315a2e7d9af8c86d132667e3fec4c (patch) | |
tree | 47d07066f79b15480b37d1ac588a0283d6695537 /src/view/com/search/HeaderWithInput.tsx | |
parent | 211fce47ce566fb5703be0019ba587150ff043b3 (diff) | |
download | voidsky-2a5ac1a6de6315a2e7d9af8c86d132667e3fec4c.tar.zst |
Update labels for avatar
Diffstat (limited to 'src/view/com/search/HeaderWithInput.tsx')
-rw-r--r-- | src/view/com/search/HeaderWithInput.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/search/HeaderWithInput.tsx b/src/view/com/search/HeaderWithInput.tsx index 7a9e0cc62..f5829c02f 100644 --- a/src/view/com/search/HeaderWithInput.tsx +++ b/src/view/com/search/HeaderWithInput.tsx @@ -56,8 +56,8 @@ export function HeaderWithInput({ hitSlop={MENU_HITSLOP} style={styles.headerMenuBtn} accessibilityRole="button" - accessibilityLabel="Back" - accessibilityHint=""> + accessibilityLabel="Menu" + accessibilityHint="Access navigation links and settings"> <UserAvatar size={30} avatar={store.me.avatar} /> </TouchableOpacity> <View |