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/moderation/ContentHider.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/moderation/ContentHider.tsx') diff --git a/src/components/moderation/ContentHider.tsx b/src/components/moderation/ContentHider.tsx index 69193592a..d3f74c0c5 100644 --- a/src/components/moderation/ContentHider.tsx +++ b/src/components/moderation/ContentHider.tsx @@ -146,10 +146,10 @@ function ContentHiderActive({ label={desc.name} accessibilityHint={ modui.noOverride - ? _(msg`Learn more about the moderation applied to this content.`) + ? _(msg`Learn more about the moderation applied to this content`) : override - ? _(msg`Hide the content`) - : _(msg`Show the content`) + ? _(msg`Hides the content`) + : _(msg`Shows the content`) }> {state => (