diff options
Diffstat (limited to 'src/view/screens')
-rw-r--r-- | src/view/screens/ProfileList.tsx | 2 | ||||
-rw-r--r-- | src/view/screens/Search/Search.tsx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/view/screens/ProfileList.tsx b/src/view/screens/ProfileList.tsx index 4558a907b..435b09c07 100644 --- a/src/view/screens/ProfileList.tsx +++ b/src/view/screens/ProfileList.tsx @@ -1007,7 +1007,7 @@ function ErrorScreen({error}: {error: string}) { <Button type="default" accessibilityLabel={_(msg`Go back`)} - accessibilityHint={_(msg`Return to previous page`)} + accessibilityHint={_(msg`Returns to previous page`)} onPress={onPressBack} style={{flexShrink: 1}}> <Text type="button" style={pal.text}> diff --git a/src/view/screens/Search/Search.tsx b/src/view/screens/Search/Search.tsx index f626d5628..d2fb1d45b 100644 --- a/src/view/screens/Search/Search.tsx +++ b/src/view/screens/Search/Search.tsx @@ -807,7 +807,7 @@ export function SearchScreen( hitSlop={HITSLOP_10} label={_(msg`Menu`)} accessibilityHint={_( - msg`Access navigation links and settings`, + msg`Provides access to navigation links and settings`, )} size="large" variant="solid" @@ -1033,7 +1033,7 @@ function SearchHistory({ accessibilityRole="button" accessibilityLabel={_(msg`Remove profile`)} accessibilityHint={_( - msg`Remove profile from search history`, + msg`Removes profile from search history`, )} onPress={() => onRemoveProfileClick(profile)} hitSlop={createHitslop(6)} |