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/Onboarding/Layout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/screens/Onboarding/Layout.tsx') diff --git a/src/screens/Onboarding/Layout.tsx b/src/screens/Onboarding/Layout.tsx index bdc1664f6..16c37358f 100644 --- a/src/screens/Onboarding/Layout.tsx +++ b/src/screens/Onboarding/Layout.tsx @@ -53,9 +53,7 @@ export function Layout({children}: React.PropsWithChildren<{}>) { aria-role="dialog" aria-label={dialogLabel} accessibilityLabel={dialogLabel} - accessibilityHint={_( - msg`The following steps will help customize your Bluesky experience.`, - )} + accessibilityHint={_(msg`Customizes your Bluesky experience`)} style={[ // @ts-ignore web only -prf isWeb ? a.fixed : a.absolute, -- cgit 1.4.1