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/components/ProgressGuide/FollowDialog.tsx | 2 +- src/components/VideoPostCard.tsx | 2 +- src/components/dms/dialogs/SearchablePeopleList.tsx | 2 +- src/components/forms/HostingProvider.tsx | 4 ++-- src/components/moderation/ContentHider.tsx | 6 +++--- src/components/moderation/PostHider.tsx | 2 +- src/screens/Login/LoginForm.tsx | 2 +- src/screens/Messages/components/ChatListItem.tsx | 2 +- src/screens/Onboarding/Layout.tsx | 4 +--- src/screens/Profile/ErrorState.tsx | 2 +- src/screens/Settings/AboutSettings.tsx | 2 +- src/screens/Settings/AccountSettings.tsx | 2 +- src/screens/Settings/AppIconSettings/index.tsx | 2 +- src/screens/Settings/Settings.tsx | 4 ++-- src/screens/Settings/components/ChangeHandleDialog.tsx | 2 +- src/screens/StarterPack/Wizard/index.tsx | 2 +- src/screens/VideoFeed/index.tsx | 4 ++-- src/view/com/composer/Composer.tsx | 2 +- src/view/com/composer/ComposerReplyTo.tsx | 2 +- src/view/com/composer/text-input/web/EmojiPicker.web.tsx | 4 ++-- src/view/com/post-thread/PostThreadItem.tsx | 2 +- src/view/com/util/forms/DropdownButton.tsx | 4 +++- src/view/com/util/images/AutoSizedImage.tsx | 4 ++-- src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx | 2 +- src/view/com/util/post-embeds/GifEmbed.tsx | 2 +- .../com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx | 6 +++--- src/view/screens/ProfileList.tsx | 2 +- src/view/screens/Search/Search.tsx | 4 ++-- 28 files changed, 40 insertions(+), 40 deletions(-) (limited to 'src') diff --git a/src/components/ProgressGuide/FollowDialog.tsx b/src/components/ProgressGuide/FollowDialog.tsx index 288dcfe24..006f86574 100644 --- a/src/components/ProgressGuide/FollowDialog.tsx +++ b/src/components/ProgressGuide/FollowDialog.tsx @@ -762,7 +762,7 @@ function SearchInput({ autoComplete="off" autoCapitalize="none" accessibilityLabel={_(msg`Search profiles`)} - accessibilityHint={_(msg`Search profiles`)} + accessibilityHint={_(msg`Searches for profiles`)} /> ) diff --git a/src/components/VideoPostCard.tsx b/src/components/VideoPostCard.tsx index 008274969..cad5eb234 100644 --- a/src/components/VideoPostCard.tsx +++ b/src/components/VideoPostCard.tsx @@ -112,7 +112,7 @@ export function VideoPostCard({ return ( ) diff --git a/src/components/forms/HostingProvider.tsx b/src/components/forms/HostingProvider.tsx index 221a759d5..95539cef6 100644 --- a/src/components/forms/HostingProvider.tsx +++ b/src/components/forms/HostingProvider.tsx @@ -47,7 +47,7 @@ export function HostingProvider({