diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-02-24 18:29:01 +0900 |
---|---|---|
committer | Minseo Lee <itoupluk427@gmail.com> | 2024-02-24 18:29:01 +0900 |
commit | 5809dd06245f8a2da82f8ff74540e72b660c8ec5 (patch) | |
tree | 7139d3126f5c86fd2796b3472144ef599ce0384f /src/view/screens/ProfileList.tsx | |
parent | 7a920d2eb46a3915371248e7d8c4cb82419f87ff (diff) | |
download | voidsky-5809dd06245f8a2da82f8ff74540e72b660c8ec5.tar.zst |
accessibilityLabel
Diffstat (limited to 'src/view/screens/ProfileList.tsx')
-rw-r--r-- | src/view/screens/ProfileList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/ProfileList.tsx b/src/view/screens/ProfileList.tsx index d86b569e2..b3072c397 100644 --- a/src/view/screens/ProfileList.tsx +++ b/src/view/screens/ProfileList.tsx @@ -894,7 +894,7 @@ function ErrorScreen({error}: {error: string}) { <View style={{flexDirection: 'row'}}> <Button type="default" - accessibilityLabel={_(msg`Go Back`)} + accessibilityLabel={_(msg`Go back`)} accessibilityHint={_(msg`Return to previous page`)} onPress={onPressBack} style={{flexShrink: 1}}> |