copy changes
This commit is contained in:
@@ -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]}>
|
|
||||||
• <Trans>We only suggest follows if both people consent</Trans>
|
|
||||||
</Text>
|
|
||||||
<Text style={style}>
|
<Text style={style}>
|
||||||
• <Trans>We never store plain phone numbers</Trans>
|
• <Trans>We never store plain phone numbers</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={style}>
|
<Text style={style}>
|
||||||
•{' '}
|
• <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}>
|
||||||
• <Trans>You can always opt out</Trans>
|
• <Trans>We only suggest follows if both people consent</Trans>
|
||||||
|
</Text>
|
||||||
|
<Text style={style}>
|
||||||
|
• <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>
|
||||||
|
|||||||
Reference in New Issue
Block a user