diff options
Diffstat (limited to 'src/screens/Profile/ErrorState.tsx')
-rw-r--r-- | src/screens/Profile/ErrorState.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/ErrorState.tsx b/src/screens/Profile/ErrorState.tsx index 97ce35bb2..b473435fc 100644 --- a/src/screens/Profile/ErrorState.tsx +++ b/src/screens/Profile/ErrorState.tsx @@ -60,7 +60,7 @@ export function ErrorState({error}: {error: string}) { color="secondary" variant="solid" label={_(msg`Go Back`)} - accessibilityHint="Return to previous page" + accessibilityHint="Returns to previous page" onPress={onPressBack}> <ButtonText> <Trans>Go Back</Trans> |