From f59b6a25cd065989b8213dbbaf844da7d2b6df17 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 11 Dec 2025 11:34:34 +0200 Subject: [PATCH] Update GetContacts.tsx --- src/components/contacts/screens/GetContacts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,