Copy tweaks
This commit is contained in:
@@ -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 won’t need to verify again the next time you
|
. This means you won’t 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
|
||||||
|
|||||||
Reference in New Issue
Block a user