about summary refs log tree commit diff
path: root/src/screens/Moderation
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Moderation')
-rw-r--r--src/screens/Moderation/VerificationSettings.tsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/screens/Moderation/VerificationSettings.tsx b/src/screens/Moderation/VerificationSettings.tsx
index cd023ae56..aec70cf85 100644
--- a/src/screens/Moderation/VerificationSettings.tsx
+++ b/src/screens/Moderation/VerificationSettings.tsx
@@ -44,7 +44,12 @@ export function Screen() {
                 <InlineLinkText
                   overridePresentation
                   to={urls.website.blog.initialVerificationAnnouncement}
-                  label={_(msg`Learn more`)}
+                  label={_(
+                    msg({
+                      message: `Learn more`,
+                      context: `english-only-resource`,
+                    }),
+                  )}
                   onPress={() => {
                     logger.metric(
                       'verification:learn-more',