diff --git a/src/screens/Settings/FindContactsSettings.tsx b/src/screens/Settings/FindContactsSettings.tsx
index da0a4a4d15..fa998579ba 100644
--- a/src/screens/Settings/FindContactsSettings.tsx
+++ b/src/screens/Settings/FindContactsSettings.tsx
@@ -99,7 +99,7 @@ export function FindContactsSettingsScreen({}: Props) {
) : (
)}
@@ -429,7 +429,7 @@ function StatusHeader({
@@ -495,7 +495,7 @@ function StatusFooter({syncedAt}: {syncedAt: string}) {
- Contacts uploaded
+ Contacts imported
- Uploaded on{' '}
+ Imported on{' '}
{i18n.date(new Date(syncedAt), {
dateStyle: 'long',
})}