diff --git a/src/components/contacts/screens/GetContacts.tsx b/src/components/contacts/screens/GetContacts.tsx index 4272d0a027..ec97243a1a 100644 --- a/src/components/contacts/screens/GetContacts.tsx +++ b/src/components/contacts/screens/GetContacts.tsx @@ -214,7 +214,7 @@ class PermissionDeniedError extends Error { function showPermissionDeniedAlert() { Alert.alert( t`You've denied access to your contacts`, - t`You'll need to go to the app's settings and give permission if you want to use this feature.`, + t`You'll need to go to the System Settings for Bluesky and give permission if you want to use this feature.`, [ { text: t`OK`,