Copy updates
This commit is contained in:
@@ -107,9 +107,9 @@ 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
|
The laws in your location require that you verify your age
|
||||||
to verify your age prior to accessing certain features, like
|
before accessing certain features on Bluesky like adult content
|
||||||
adult content and direct messaging.
|
and direct messaging.
|
||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
|
|||||||
@@ -286,8 +286,8 @@ function Inner() {
|
|||||||
style={[a.text_xs, a.leading_snug]}>
|
style={[a.text_xs, a.leading_snug]}>
|
||||||
KWS Terms of Use
|
KWS Terms of Use
|
||||||
</InlineLinkText>{' '}
|
</InlineLinkText>{' '}
|
||||||
and acknowledge that KWS will store your verified status
|
and acknowledge that KWS will store your verified status with
|
||||||
alongside your hashed email address in accordance with the{' '}
|
your hashed email address in accordance with the{' '}
|
||||||
<InlineLinkText
|
<InlineLinkText
|
||||||
overridePresentation
|
overridePresentation
|
||||||
disableMismatchWarning
|
disableMismatchWarning
|
||||||
|
|||||||
@@ -68,9 +68,9 @@ function Inner({
|
|||||||
</View>
|
</View>
|
||||||
<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
|
The laws in your location require that you verify your age before
|
||||||
verify your age prior to accessing certain features, like adult
|
accessing certain features on Bluesky like adult content and
|
||||||
content and direct messaging.
|
direct messaging.
|
||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ export function Inner({}: {optimisticState?: AgeAssuranceRedirectDialogState}) {
|
|||||||
{error && <ErrorIcon size="md" fill={t.palette.negative_500} />}
|
{error && <ErrorIcon size="md" fill={t.palette.negative_500} />}
|
||||||
|
|
||||||
<Text style={[a.text_xl, a.font_heavy]}>
|
<Text style={[a.text_xl, a.font_heavy]}>
|
||||||
{error ? <Trans>Unknown status</Trans> : <Trans>Verifying</Trans>}
|
{error ? <Trans>Connection issue</Trans> : <Trans>Verifying</Trans>}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
{!error && <Loader size="md" />}
|
{!error && <Loader size="md" />}
|
||||||
@@ -157,8 +157,9 @@ export function Inner({}: {optimisticState?: AgeAssuranceRedirectDialogState}) {
|
|||||||
<Text style={[a.text_md, a.leading_snug]}>
|
<Text style={[a.text_md, a.leading_snug]}>
|
||||||
{error ? (
|
{error ? (
|
||||||
<Trans>
|
<Trans>
|
||||||
We were unable to verify your age assurance status. But don't
|
We were unable to receive the verification due to a connection
|
||||||
worry! Your account should be updated soon.
|
issue. It may arrive later. If it does, your account will update
|
||||||
|
automatically.
|
||||||
</Trans>
|
</Trans>
|
||||||
) : (
|
) : (
|
||||||
<Trans>
|
<Trans>
|
||||||
|
|||||||
@@ -84,9 +84,9 @@ 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
|
The laws in your location require that you verify your age
|
||||||
you to verify your age prior to accessing certain features,
|
before accessing certain features on Bluesky like adult
|
||||||
like adult content and direct messaging.
|
content and direct messaging.
|
||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user