diff options
author | Ivan Chen <ivan@tagg.id> | 2021-02-02 11:34:24 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-02-02 11:34:24 -0500 |
commit | 22e95fe8b6320f63affecbf6395519d498cd227b (patch) | |
tree | fedfc477eb11fe5cc3b429416e2be5444fd1a836 | |
parent | 7a09cc96bf1fe468a612bb44362bbef24fccc773 (diff) |
updated permission string
-rw-r--r-- | ios/Frontend/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index 0f036f56..dd9ebb83 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -53,7 +53,7 @@ <key>NSMainNibFile</key> <string>LaunchScreen</string> <key>NSPhotoLibraryUsageDescription</key> - <string>Tagg would like to access your photos.</string> + <string>This lets you share photos from your library and select profile displays</string> <key>UIAppFonts</key> <array> <string>Feather.ttf</string> |