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/VideoFeed/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screens/VideoFeed/index.tsx') diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 88a83b45c..329b1cf7c 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -800,7 +800,7 @@ function Overlay({ : _(msg`Follow ${handle}`) } accessibilityHint={ - profile.viewer?.following ? _(msg`Unfollow user`) : '' + profile.viewer?.following ? _(msg`Unfollows the user`) : '' } size="small" variant="solid" @@ -930,7 +930,7 @@ function ExpandableRichTextView({ /> {constrained && !screenReaderEnabled && ( setExpanded(prev => !prev)} -- cgit 1.4.1