From b1cc4a5e9fcf48a793dac6e6e941725aaa8b50f7 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Wed, 12 Feb 2025 06:07:00 +0900 Subject: Refine accessibilityHint (#7554) * `accessibilityHint` * accessibilityHint * Update Co-Authored-By: jason-me * Update LoginForm.tsx --------- Co-authored-by: jason-me --- src/screens/Profile/ErrorState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screens/Profile/ErrorState.tsx') 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}> Go Back -- cgit 1.4.1