copy updates
This commit is contained in:
@@ -91,9 +91,8 @@ export function GetContacts({
|
||||
</Text>
|
||||
<Text style={style}>
|
||||
<Trans>
|
||||
Bluesky helps friends find each other by creating “hashes” of number
|
||||
combinations and looking for matching hashes. Hashes are sets of
|
||||
numbers and letters that can’t be decoded with a key.
|
||||
Bluesky helps friends find each other by creating an encoded digital
|
||||
fingerprint, called a "hash," and then looking for matching hashes.
|
||||
</Trans>
|
||||
</Text>
|
||||
<Text style={[style, a.mt_lg]}>
|
||||
@@ -112,7 +111,7 @@ export function GetContacts({
|
||||
<Text style={[style, a.mt_lg]}>
|
||||
<Trans>
|
||||
We apply the highest privacy standards just in case your contacts
|
||||
include minors. We never share, or sell your contact information.
|
||||
include minors. We never share or sell your contact information.
|
||||
</Trans>
|
||||
</Text>
|
||||
</Layout.Content>
|
||||
|
||||
@@ -231,7 +231,8 @@ function LegalDisclaimer() {
|
||||
<Trans>How we use your number:</Trans>
|
||||
</Text>
|
||||
<Text style={style}>
|
||||
• <Trans>Sent to a trusted third party for verification</Trans>
|
||||
•{' '}
|
||||
<Trans>Sent to our phone number verification provider Plivo</Trans>
|
||||
</Text>
|
||||
<Text style={style}>
|
||||
• <Trans>Deleted by the verifier after verification</Trans>
|
||||
@@ -242,7 +243,7 @@ function LegalDisclaimer() {
|
||||
</Text>
|
||||
<Text style={style}>
|
||||
•{' '}
|
||||
<Trans>Stored as part of a secret code for matching with others</Trans>
|
||||
<Trans>Stored as part of a secure code for matching with others</Trans>
|
||||
</Text>
|
||||
<Text style={[style, a.mt_xs]}>
|
||||
<Trans>
|
||||
|
||||
@@ -155,7 +155,7 @@ export function VerifyNumber({
|
||||
a.mt_sm,
|
||||
]}>
|
||||
<Trans>
|
||||
Enter the 6 digit code sent to {phoneCode} {state.phoneNumber}
|
||||
Enter the 6-digit code sent to {phoneCode} {state.phoneNumber}
|
||||
</Trans>
|
||||
</Text>
|
||||
<View style={[a.mt_2xl]}>
|
||||
|
||||
Reference in New Issue
Block a user