copy changes

This commit is contained in:
Samuel Newman
2025-12-11 22:40:26 +02:00
parent c6f8c297b2
commit ac005b2752
@@ -133,7 +133,7 @@ export function GetContacts({
contentContainerStyle={[gutters, a.flex_1, a.pt_xl]} contentContainerStyle={[gutters, a.flex_1, a.pt_xl]}
bounces={false}> bounces={false}>
<Text style={[a.font_bold, a.text_3xl]}> <Text style={[a.font_bold, a.text_3xl]}>
<Trans>Share Your Contacts to Find Friends</Trans> <Trans>Share your contacts to find friends</Trans>
</Text> </Text>
<Text style={style}> <Text style={style}>
<Trans> <Trans>
@@ -141,23 +141,22 @@ export function GetContacts({
fingerprint, called a "hash," and then looking for matching hashes. fingerprint, called a "hash," and then looking for matching hashes.
</Trans> </Trans>
</Text> </Text>
<Text style={[style, a.mt_lg]}>
&bull; <Trans>We only suggest follows if both people consent</Trans>
</Text>
<Text style={style}> <Text style={style}>
&bull; <Trans>We never store plain phone numbers</Trans> &bull; <Trans>We never store plain phone numbers</Trans>
</Text> </Text>
<Text style={style}> <Text style={style}>
&bull;{' '} &bull; <Trans>We delete hashes after matches are made</Trans>
<Trans>We save only non-matching hashes for future matching</Trans>
</Text> </Text>
<Text style={style}> <Text style={style}>
&bull; <Trans>You can always opt out</Trans> &bull; <Trans>We only suggest follows if both people consent</Trans>
</Text>
<Text style={style}>
&bull; <Trans>You can always opt out and delete your data</Trans>
</Text> </Text>
<Text style={[style, a.mt_lg]}> <Text style={[style, a.mt_lg]}>
<Trans> <Trans>
We apply the highest privacy standards just in case your contacts We apply the highest privacy standards, and never share or sell your
include minors. We never share or sell your contact information. contact information.
</Trans> </Trans>
</Text> </Text>
</Layout.Content> </Layout.Content>