+4
-4
src/screens/Settings/FindContactsSettings.tsx
+4
-4
src/screens/Settings/FindContactsSettings.tsx
···
99
99
) : (
100
100
<ErrorScreen
101
101
title={_(msg`Not available on this platform.`)}
102
-
message={_(msg`Please use the native app to sync your contacts.`)}
102
+
message={_(msg`Please use the native app to import your contacts.`)}
103
103
/>
104
104
)}
105
105
</Layout.Screen>
···
429
429
<Text style={[a.text_md, a.font_semi_bold]}>
430
430
<Plural
431
431
value={numMatches}
432
-
one="1 contact found"
432
+
one="# contact found"
433
433
other="# contacts found"
434
434
/>
435
435
</Text>
···
495
495
<View style={[a.px_xl, a.py_xl, a.gap_4xl]}>
496
496
<View style={[a.gap_xs, a.align_start]}>
497
497
<Text style={[a.text_md, a.font_semi_bold]}>
498
-
<Trans>Contacts uploaded</Trans>
498
+
<Trans>Contacts imported</Trans>
499
499
</Text>
500
500
<View style={[a.gap_2xs]}>
501
501
<Text
···
505
505
<Text
506
506
style={[a.text_sm, a.leading_snug, t.atoms.text_contrast_medium]}>
507
507
<Trans>
508
-
Uploaded on{' '}
508
+
Imported on{' '}
509
509
{i18n.date(new Date(syncedAt), {
510
510
dateStyle: 'long',
511
511
})}