diff options
Diffstat (limited to 'src/components/moderation/ContentHider.tsx')
-rw-r--r-- | src/components/moderation/ContentHider.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
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 => ( <View |