about summary refs log tree commit diff
path: root/src/components/moderation
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/moderation')
-rw-r--r--src/components/moderation/ContentHider.tsx6
-rw-r--r--src/components/moderation/PostHider.tsx2
2 files changed, 4 insertions, 4 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
diff --git a/src/components/moderation/PostHider.tsx b/src/components/moderation/PostHider.tsx
index 16d9127ff..246e30015 100644
--- a/src/components/moderation/PostHider.tsx
+++ b/src/components/moderation/PostHider.tsx
@@ -76,7 +76,7 @@ export function PostHider({
       }}
       accessibilityRole="button"
       accessibilityHint={
-        override ? _(msg`Hide the content`) : _(msg`Show the content`)
+        override ? _(msg`Hides the content`) : _(msg`Shows the content`)
       }
       accessibilityLabel=""
       style={[