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]}> <Text style={[a.text_sm, a.leading_snug]}>
<Trans> <Trans>
You're using Bluesky from a location that legally requires you You're using Bluesky from a location that legally requires you
to verify your age prior to accessing certain content and to verify your age prior to accessing certain features, like
features. adult content and direct messaging.
</Trans> </Trans>
</Text> </Text>
@@ -298,7 +298,7 @@ function Inner() {
</InlineLinkText> </InlineLinkText>
. This means you wont need to verify again the next time you . This means you wont need to verify again the next time you
use this email for other apps, games, and services powered by use this email for other apps, games, and services powered by
KWS technology. KWS technology, including Bluesky.
</Trans> </Trans>
</Text> </Text>
</> </>
@@ -62,7 +62,8 @@ function Inner({
<Text style={[a.text_md, a.leading_snug]}> <Text style={[a.text_md, a.leading_snug]}>
<Trans> <Trans>
You're using Bluesky from a location that legally requires you to 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> </Trans>
</Text> </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> </Text>
<Button <Button
@@ -67,8 +67,8 @@ export function AgeRestrictedScreen({
<Text style={[a.text_md, a.leading_snug, a.pb_sm]}> <Text style={[a.text_md, a.leading_snug, a.pb_sm]}>
<Trans> <Trans>
You're using Bluesky from a location that legally requires you You're using Bluesky from a location that legally requires you
to verify your age prior to accessing certain content and to verify your age prior to accessing certain features, like
features. adult content and direct messaging.
</Trans> </Trans>
</Text> </Text>
@@ -89,7 +89,7 @@ export function AgeRestrictedScreen({
a.gap_lg, a.gap_lg,
]}> ]}>
<Text style={[t.atoms.text_contrast_medium]}> <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> </Text>
<Button <Button