Copy tweaks

This commit is contained in:
Eric Bailey
2025-07-14 10:46:32 -05:00
parent 0a7750e642
commit 0689db8151
4 changed files with 9 additions and 8 deletions
@@ -108,8 +108,8 @@ function Inner({style}: ViewStyleProp & {}) {
<Text style={[a.text_sm, a.leading_snug]}>
<Trans>
You're using Bluesky from a location that legally requires you
to verify your age prior to accessing certain content and
features.
to verify your age prior to accessing certain features, like
adult content and direct messaging.
</Trans>
</Text>
@@ -298,7 +298,7 @@ function Inner() {
</InlineLinkText>
. This means you wont need to verify again the next time you
use this email for other apps, games, and services powered by
KWS technology.
KWS technology, including Bluesky.
</Trans>
</Text>
</>
@@ -62,7 +62,8 @@ function Inner({
<Text style={[a.text_md, a.leading_snug]}>
<Trans>
You're using Bluesky from a location that legally requires you to
verify your age prior to accessing certain content and features.
verify your age prior to accessing certain features, like adult
content and direct messaging.
</Trans>
</Text>
@@ -99,7 +100,7 @@ function Inner({
}),
},
]}>
<Trans>Verification takes only a few minutes</Trans>
<Trans>Age verification takes only a few minutes</Trans>
</Text>
<Button
@@ -67,8 +67,8 @@ export function AgeRestrictedScreen({
<Text style={[a.text_md, a.leading_snug, a.pb_sm]}>
<Trans>
You're using Bluesky from a location that legally requires you
to verify your age prior to accessing certain content and
features.
to verify your age prior to accessing certain features, like
adult content and direct messaging.
</Trans>
</Text>
@@ -89,7 +89,7 @@ export function AgeRestrictedScreen({
a.gap_lg,
]}>
<Text style={[t.atoms.text_contrast_medium]}>
<Trans>Verification takes only a few minutes</Trans>
<Trans>Age verification takes only a few minutes</Trans>
</Text>
<Button