about summary refs log tree commit diff
path: root/src/components/verification/VerificationsDialog.tsx
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-08-28 00:12:01 +0100
committerGitHub <noreply@github.com>2025-08-27 18:12:01 -0500
commit01c20958c1ef750f1d848f49caf920157c3cb00d (patch)
tree368689a3ce5161ac4e89bc855f30100cd579eada /src/components/verification/VerificationsDialog.tsx
parent99722436b1d9970b4e72bd8196bcd20700fd48c0 (diff)
downloadvoidsky-01c20958c1ef750f1d848f49caf920157c3cb00d.tar.zst
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
Diffstat (limited to 'src/components/verification/VerificationsDialog.tsx')
-rw-r--r--src/components/verification/VerificationsDialog.tsx9
1 files changed, 7 insertions, 2 deletions
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({
         <Link
           overridePresentation
           to={urls.website.blog.initialVerificationAnnouncement}
-          label={_(msg`Learn more about verification on Bluesky`)}
+          label={_(
+            msg({
+              message: `Learn more about verification on Bluesky`,
+              context: `english-only-resource`,
+            }),
+          )}
           size="small"
           variant="solid"
           color="secondary"
@@ -162,7 +167,7 @@ function Inner({
             )
           }}>
           <ButtonText>
-            <Trans>Learn more</Trans>
+            <Trans context="english-only-resource">Learn more</Trans>
           </ButtonText>
         </Link>
       </View>