From 08207cbfa307e01bfdd692bd6566f582fa14b2be Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Fri, 2 Feb 2024 11:24:04 +0200 Subject: [PATCH] Update iOS permissions texts (#7805) (#7806) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update iOS permissions texts * Add missing changes (cherry picked from commit 41113ce857fefcc8998ffc52dcc3275fc00b5c34) Co-authored-by: Daniel Espino GarcĂ­a --- app/constants/permissions.ts | 4 ++-- assets/base/i18n/en.json | 4 ++-- ios/Mattermost/Info.plist | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 e7025f00a..9fb14895c 100644 --- a/assets/base/i18n/en.json +++ b/assets/base/i18n/en.json @@ -578,13 +578,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 45927a2ef..f945c665e 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