Copy tweaks
This commit is contained in:
@@ -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 won’t 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
|
||||
|
||||
Reference in New Issue
Block a user