From 1f4414dc31b16dd9807a1bdad6c0a65d8de8c683 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 17 Jun 2022 17:50:37 -0700 Subject: [PATCH] ios: Write better permission-request strings These drop the developer-facing jargon term "realm"; connect the dots a bit more on what you as the user might actually choose to do that the app would need these permissions to do for you; and fit into the syntactic shape that Apple requests in its UI guidelines: https://developer.apple.com/design/human-interface-guidelines/patterns/accessing-private-data#requesting-permission by being complete sentences ending in periods. Fixes: #4139 --- ios/ZulipMobile/Info.plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/ZulipMobile/Info.plist b/ios/ZulipMobile/Info.plist index 1b580d60c71..30d64e564cf 100644 --- a/ios/ZulipMobile/Info.plist +++ b/ios/ZulipMobile/Info.plist @@ -49,13 +49,13 @@ NSCameraUsageDescription - Take a photo and upload it to a Zulip realm + By allowing camera access, you can take photos and send them in Zulip messages. NSLocationWhenInUseUsageDescription NSPhotoLibraryAddUsageDescription - Download photos from Zulip realm + Save photos you choose from Zulip to your photo library. NSPhotoLibraryUsageDescription - Upload photos to a Zulip realm + Choose photos from your library and send them in Zulip messages. UIAppFonts zulip-icons.ttf