Copy feedback

This commit is contained in:
Eric Bailey
2025-12-04 10:14:54 -06:00
parent 3b8c5e9699
commit 8186600917
@@ -154,8 +154,8 @@ export function NoAccessScreen() {
<View style={[a.gap_lg]}>
<Text style={[textStyles]}>
<Trans>
Looks like you haven't added your birthdate. You must provide
an accurate date of birth to use Bluesky.
It looks like you haven't added your birthdate. You must
provide an accurate date of birth to use Bluesky.
</Trans>
</Text>
<Button
@@ -173,6 +173,7 @@ export function NoAccessScreen() {
<View style={[a.pt_lg, a.gap_xl]}>
<Logo width={120} textFill={t.atoms.text.color} />
<Text style={[a.text_sm, a.italic, t.atoms.text_contrast_medium]}>
<Trans>
To log out,{' '}
<SimpleInlineLinkText
label={_(msg`Click here to log out`)}
@@ -182,6 +183,7 @@ export function NoAccessScreen() {
click here
</SimpleInlineLinkText>
.
</Trans>
</Text>
</View>
</View>