Copy feedback

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