diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-02 12:19:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 12:19:26 -0500 |
commit | cda6f3370037dc58f178e2693195e76011103ade (patch) | |
tree | a2696f90f45730bd59aed5221676782100e4badd | |
parent | 3dd8aeddb99218e2e38f2fc7505c03533a3b5df2 (diff) | |
parent | 22e95fe8b6320f63affecbf6395519d498cd227b (diff) |
Merge pull request #213 from IvanIFChen/hotfix-photo-permission-string
[HOTFIX] Update Photo 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> |