From 01c20958c1ef750f1d848f49caf920157c3cb00d Mon Sep 17 00:00:00 2001
From: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Date: Thu, 28 Aug 2025 00:12:01 +0100
Subject: Add `english-only-resource` context and tweak labels (#8805)
* add context in VerificationsDialog.tsx
* add context in VerifierDialog.tsx
* add context in VerificationSettings.tsx
* add context in EditProfileDialog.tsx
* add context and tweak label in ChangeHandleDialog.tsx
* tweak label in ContentHider.tsx
---
src/components/moderation/ContentHider.tsx | 2 +-
src/components/verification/VerificationsDialog.tsx | 9 +++++++--
src/components/verification/VerifierDialog.tsx | 9 +++++++--
src/screens/Moderation/VerificationSettings.tsx | 7 ++++++-
src/screens/Profile/Header/EditProfileDialog.tsx | 9 +++++++--
src/screens/Settings/components/ChangeHandleDialog.tsx | 16 +++++++++++++---
6 files changed, 41 insertions(+), 11 deletions(-)
diff --git a/src/components/moderation/ContentHider.tsx b/src/components/moderation/ContentHider.tsx
index 549a1b9f0..79756c561 100644
--- a/src/components/moderation/ContentHider.tsx
+++ b/src/components/moderation/ContentHider.tsx
@@ -215,7 +215,7 @@ function ContentHiderActive({
control.open()
}}
label={_(
- msg`Learn more about the moderation applied to this content.`,
+ msg`Learn more about the moderation applied to this content`,
)}
style={[a.pt_sm]}>
{state => (
diff --git a/src/components/verification/VerificationsDialog.tsx b/src/components/verification/VerificationsDialog.tsx
index 447e39e97..99ed00eeb 100644
--- a/src/components/verification/VerificationsDialog.tsx
+++ b/src/components/verification/VerificationsDialog.tsx
@@ -147,7 +147,12 @@ function Inner({
- Learn more
+ Learn more
diff --git a/src/components/verification/VerifierDialog.tsx b/src/components/verification/VerifierDialog.tsx
index c62f01832..b4756a85b 100644
--- a/src/components/verification/VerifierDialog.tsx
+++ b/src/components/verification/VerifierDialog.tsx
@@ -114,7 +114,12 @@ function Inner({
- Learn more
+ Learn more