about summary refs log tree commit diff
path: root/src/components
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-07-18 10:09:59 -0500
committerGitHub <noreply@github.com>2025-07-18 10:09:59 -0500
commit4dd9459cba81f0212d910c02bde7e6cd013c042b (patch)
tree0f41f0eef9c1453292ddca40a98182b16f7d37a4 /src/components
parent95ab4fa0a1aa63ec3e96bb552a8583547b8b5f64 (diff)
downloadvoidsky-4dd9459cba81f0212d910c02bde7e6cd013c042b.tar.zst
Update copy (#8664)
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ageAssurance/AgeAssuranceInitDialog.tsx9
-rw-r--r--src/components/ageAssurance/useAgeAssuranceCopy.ts2
2 files changed, 7 insertions, 4 deletions
diff --git a/src/components/ageAssurance/AgeAssuranceInitDialog.tsx b/src/components/ageAssurance/AgeAssuranceInitDialog.tsx
index a189d9af2..18c7641e3 100644
--- a/src/components/ageAssurance/AgeAssuranceInitDialog.tsx
+++ b/src/components/ageAssurance/AgeAssuranceInitDialog.tsx
@@ -188,7 +188,7 @@ function Inner() {
             <>
               <Text style={[a.text_sm, a.leading_snug]}>
                 <Trans>
-                  We use{' '}
+                  We have partnered with{' '}
                   <InlineLinkText
                     overridePresentation
                     disableMismatchWarning
@@ -198,8 +198,11 @@ function Inner() {
                     KWS
                   </InlineLinkText>{' '}
                   to verify that you’re an adult. When you click "Begin" below,
-                  KWS will email you instructions for verifying your age. When
-                  you’re done, you'll be brought back to continue using Bluesky.
+                  KWS will check if you have previously verified your age using
+                  this email address for other games/services powered by KWS
+                  technology. If not, KWS will email you instructions for
+                  verifying your age. When you’re done, you'll be brought back
+                  to continue using Bluesky.
                 </Trans>
               </Text>
               <Text style={[a.text_sm, a.leading_snug]}>
diff --git a/src/components/ageAssurance/useAgeAssuranceCopy.ts b/src/components/ageAssurance/useAgeAssuranceCopy.ts
index f8a0edd79..c861f8336 100644
--- a/src/components/ageAssurance/useAgeAssuranceCopy.ts
+++ b/src/components/ageAssurance/useAgeAssuranceCopy.ts
@@ -11,7 +11,7 @@ export function useAgeAssuranceCopy() {
         msg`The laws in your location require you to verify you're an adult before accessing certain features on Bluesky, like adult content and direct messaging.`,
       ),
       banner: _(
-        msg`The laws in your location require you to verify you're an adult. Tap to learn more.`,
+        msg`The laws in your location require you to verify you're an adult to access certain features. Tap to learn more.`,
       ),
       chatsInfoText: _(
         msg`Don't worry! All existing messages and settings are saved and will be available after you verify you're an adult.`,