diff --git a/Riot/Assets/en.lproj/InfoPlist.strings b/Riot/Assets/en.lproj/InfoPlist.strings
index a77ac433c..4e42de08a 100644
--- a/Riot/Assets/en.lproj/InfoPlist.strings
+++ b/Riot/Assets/en.lproj/InfoPlist.strings
@@ -18,7 +18,7 @@
"NSCameraUsageDescription" = "The camera is used to take photos and videos, make video calls.";
"NSPhotoLibraryUsageDescription" = "The photo library is used to send photos and videos.";
"NSMicrophoneUsageDescription" = "Element needs to access your microphone to make and receive calls, take videos, and record voice messages.";
-"NSContactsUsageDescription" = "Element will show your contacts so you can invite them to chat.";
+"NSContactsUsageDescription" = "Element will check your contacts with your identity server to find who is on Matrix.";
"NSCalendarsUsageDescription" = "See your scheduled meetings in the app.";
"NSFaceIDUsageDescription" = "Face ID is used to access your app.";
"NSLocationWhenInUseUsageDescription" = "When you share your location to people, Element needs access to show them a map.";
diff --git a/Riot/SupportingFiles/Info.plist b/Riot/SupportingFiles/Info.plist
index 4eaf0aa24..5b44a364b 100644
--- a/Riot/SupportingFiles/Info.plist
+++ b/Riot/SupportingFiles/Info.plist
@@ -73,7 +73,7 @@
NSCameraUsageDescription
The camera is used to take photos and videos, make video calls.
NSContactsUsageDescription
- The contact book is used to send room invitation to your contacts with their emails.
+ Element will check your contacts with your identity server to find who is on Matrix.
NSFaceIDUsageDescription
Face ID is used to access your app.
NSLocationAlwaysAndWhenInUseUsageDescription
diff --git a/changelog.d/6549.misc b/changelog.d/6549.misc
new file mode 100644
index 000000000..fc3c93795
--- /dev/null
+++ b/changelog.d/6549.misc
@@ -0,0 +1 @@
+Contacts Prompt: Clarify how contacts are used in the app.