diff options
Diffstat (limited to 'src/components/ageAssurance/AgeAssuranceInitDialog.tsx')
-rw-r--r-- | src/components/ageAssurance/AgeAssuranceInitDialog.tsx | 9 |
1 files changed, 6 insertions, 3 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]}> |