diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2025-02-12 06:07:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 13:07:00 -0800 |
commit | b1cc4a5e9fcf48a793dac6e6e941725aaa8b50f7 (patch) | |
tree | 2de6b8282e14f1f06d3263892c31397671cbb666 /src/screens/Onboarding/Layout.tsx | |
parent | eabe3ed23112982a370291b3e1a26cf9754969a4 (diff) | |
download | voidsky-b1cc4a5e9fcf48a793dac6e6e941725aaa8b50f7.tar.zst |
Refine accessibilityHint (#7554)
* `accessibilityHint` * accessibilityHint * Update Co-Authored-By: jason-me <mail@jason-hester.me> * Update LoginForm.tsx --------- Co-authored-by: jason-me <mail@jason-hester.me>
Diffstat (limited to 'src/screens/Onboarding/Layout.tsx')
-rw-r--r-- | src/screens/Onboarding/Layout.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
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, |