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/view/com/util/images/AutoSizedImage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/view/com/util/images/AutoSizedImage.tsx') diff --git a/src/view/com/util/images/AutoSizedImage.tsx b/src/view/com/util/images/AutoSizedImage.tsx index a411b24bb..883d3814f 100644 --- a/src/view/com/util/images/AutoSizedImage.tsx +++ b/src/view/com/util/images/AutoSizedImage.tsx @@ -196,7 +196,7 @@ export function AutoSizedImage({ onPressIn={onPressIn} // alt here is what screen readers actually use accessibilityLabel={image.alt} - accessibilityHint={_(msg`Tap to view full image`)} + accessibilityHint={_(msg`Views full image`)} style={[ a.w_full, a.rounded_md, @@ -218,7 +218,7 @@ export function AutoSizedImage({ onPressIn={onPressIn} // alt here is what screen readers actually use accessibilityLabel={image.alt} - accessibilityHint={_(msg`Tap to view full image`)} + accessibilityHint={_(msg`Views full image`)} style={[a.h_full]}> {contents} -- cgit 1.4.1