diff --git a/src/Navigation.tsx b/src/Navigation.tsx
index 91e21579e6..3e68bd07df 100644
--- a/src/Navigation.tsx
+++ b/src/Navigation.tsx
@@ -422,7 +422,7 @@ function commonScreens(Stack: typeof Flat, unreadCountLabel?: string) {
name="FindContactsSettings"
getComponent={() => FindContactsSettingsScreen}
options={{
- title: title(msg`Find contacts`),
+ title: title(msg`Find Contacts`),
requireAuth: true,
}}
/>
diff --git a/src/components/contacts/screens/GetContacts.tsx b/src/components/contacts/screens/GetContacts.tsx
index 78e017b1a3..f8d36d99d8 100644
--- a/src/components/contacts/screens/GetContacts.tsx
+++ b/src/components/contacts/screens/GetContacts.tsx
@@ -91,9 +91,8 @@ export function GetContacts({
- 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.
@@ -112,7 +111,7 @@ export function GetContacts({
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.
diff --git a/src/components/contacts/screens/PhoneInput.tsx b/src/components/contacts/screens/PhoneInput.tsx
index 1c5db5fe18..b9124ac58e 100644
--- a/src/components/contacts/screens/PhoneInput.tsx
+++ b/src/components/contacts/screens/PhoneInput.tsx
@@ -231,7 +231,8 @@ function LegalDisclaimer() {
How we use your number:
- • Sent to a trusted third party for verification
+ •{' '}
+ Sent to our phone number verification provider Plivo
• Deleted by the verifier after verification
@@ -242,7 +243,7 @@ function LegalDisclaimer() {
•{' '}
- Stored as part of a secret code for matching with others
+ Stored as part of a secure code for matching with others
diff --git a/src/components/contacts/screens/VerifyNumber.tsx b/src/components/contacts/screens/VerifyNumber.tsx
index 49b7c2a52a..e765585f65 100644
--- a/src/components/contacts/screens/VerifyNumber.tsx
+++ b/src/components/contacts/screens/VerifyNumber.tsx
@@ -155,7 +155,7 @@ export function VerifyNumber({
a.mt_sm,
]}>
- Enter the 6 digit code sent to {phoneCode} {state.phoneNumber}
+ Enter the 6-digit code sent to {phoneCode} {state.phoneNumber}
diff --git a/src/screens/Settings/FindContactsSettings.tsx b/src/screens/Settings/FindContactsSettings.tsx
index 8b90f6f370..22c107ab64 100644
--- a/src/screens/Settings/FindContactsSettings.tsx
+++ b/src/screens/Settings/FindContactsSettings.tsx
@@ -44,7 +44,7 @@ export function FindContactsSettingsScreen({}: Props) {
- Find contacts
+ Find Contacts
diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx
index 36281cdff6..adfd2208fb 100644
--- a/src/screens/Settings/Settings.tsx
+++ b/src/screens/Settings/Settings.tsx
@@ -214,10 +214,10 @@ export function SettingsScreen({}: Props) {
{isNative && findContactsEnabled && (
+ label={_(msg`Find friends from contacts`)}>
- Find contacts
+ Find friends from contacts
)}