diff --git a/app/constants/permissions.ts b/app/constants/permissions.ts
index 47e2db79d..1b8637957 100644
--- a/app/constants/permissions.ts
+++ b/app/constants/permissions.ts
@@ -18,7 +18,7 @@ export const iosPermissions = defineMessages({
},
NSCameraUsageDescription: {
id: 'mobile.ios.plist.NSCameraUsageDescription',
- defaultMessage: 'Enabling access to your device cameras means you can take photos or videos and upload them to {applicationName}.',
+ defaultMessage: 'Allowing access to your camera enables you to take photos or videos and attach them to messages.',
},
NSFaceIDUsageDescription: {
id: 'mobile.ios.plist.NSFaceIDUsageDescription',
@@ -42,7 +42,7 @@ export const iosPermissions = defineMessages({
},
NSPhotoLibraryUsageDescription: {
id: 'mobile.ios.plist.NSPhotoLibraryUsageDescription',
- defaultMessage: 'Enabling read access to your photo library means you can upload photos and videos from your device to {applicationName}.',
+ defaultMessage: 'Allowing access to your photo library enables you to select photos or videos and attach them to messages.',
},
NSSpeechRecognitionUsageDescription: {
id: 'mobile.ios.plist.NSSpeechRecognitionUsageDescription',
diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json
index 062ad5afa..23e52edc7 100644
--- a/assets/base/i18n/en.json
+++ b/assets/base/i18n/en.json
@@ -586,13 +586,13 @@
"mobile.ios.plist.NSAppleMusicUsageDescription": "Enabling access to your media library means you can attach files from your media library to your messages in {applicationName}.",
"mobile.ios.plist.NSBluetoothAlwaysUsageDescription": "Enabling access to Bluetooth means we can synchronize content across your devices and clients.",
"mobile.ios.plist.NSBluetoothPeripheralUsageDescription": "Enabling access to Bluetooth means we can connect to audio peripherals for calls, and synchronize content across your devices and clients.",
- "mobile.ios.plist.NSCameraUsageDescription": "Enabling access to your device cameras means you can take photos or videos and upload them to {applicationName}.",
+ "mobile.ios.plist.NSCameraUsageDescription": "Allowing access to your camera enables you to take photos or videos and attach them to messages.",
"mobile.ios.plist.NSFaceIDUsageDescription": "Enabling access to your Face ID means we can restrict unauthorized users from accessing {applicationName} on your device.",
"mobile.ios.plist.NSLocationAlwaysUsageDescription": "Enabling access to your location data means we can add location metadata to pictures and videos you share in {applicationName}.",
"mobile.ios.plist.NSLocationWhenInUseUsageDescription": "Enabling access to your location data means we can add location metadata to pictures and videos you share in {applicationName}.",
"mobile.ios.plist.NSMicrophoneUsageDescription": "Enabling access to your device's microphones means you can capture audio for calls or videos to share in {applicationName}.",
"mobile.ios.plist.NSPhotoLibraryAddUsageDescription": "Enabling write access to your photo library means you can save downloaded photos and videos from {applicationName} to your device.",
- "mobile.ios.plist.NSPhotoLibraryUsageDescription": "Enabling read access to your photo library means you can upload photos and videos from your device to {applicationName}.",
+ "mobile.ios.plist.NSPhotoLibraryUsageDescription": "Allowing access to your photo library enables you to select photos or videos and attach them to messages.",
"mobile.ios.plist.NSSpeechRecognitionUsageDescription": "Enabling your device to send user data to Apple means you can send voice messages to {applicationName}.",
"mobile.join_channel.error": "We couldn't join the channel {displayName}.",
"mobile.leave_and_join_confirmation": "Leave & Join",
diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist
index a555618c7..9ab5d6b6c 100644
--- a/ios/Mattermost/Info.plist
+++ b/ios/Mattermost/Info.plist
@@ -58,7 +58,7 @@
NSBluetoothPeripheralUsageDescription
Enabling access to Bluetooth means we can connect to audio peripherals for calls, and synchronize content across your devices and clients.
NSCameraUsageDescription
- Enabling access to your device cameras means you can take photos or videos and upload them to $(PRODUCT_NAME).
+ Allowing access to your camera enables you to take photos or videos and attach them to messages.
NSFaceIDUsageDescription
Enabling access to your Face ID means we can restrict unauthorized users from accessing $(PRODUCT_NAME) on your device.
NSLocationAlwaysUsageDescription
@@ -70,7 +70,7 @@
NSPhotoLibraryAddUsageDescription
Enabling write access to your photo library means you can save downloaded photos and videos from $(PRODUCT_NAME) to your device.
NSPhotoLibraryUsageDescription
- Enabling read access to your photo library means you can upload photos and videos from your device to $(PRODUCT_NAME).
+ Allowing access to your photo library enables you to select photos or videos and attach them to messages.
NSSpeechRecognitionUsageDescription
Enabling your device to send user data to Apple means you can send voice messages to $(PRODUCT_NAME).
NSUserActivityTypes