diff --git a/ios/en.lproj/InfoPlist.strings b/ios/en.lproj/InfoPlist.strings index 6b01b426..1787913e 100644 --- a/ios/en.lproj/InfoPlist.strings +++ b/ios/en.lproj/InfoPlist.strings @@ -6,6 +6,6 @@ */ -"NSCameraUsageDescription" = "Allow tooot to capture photo or video and attach it to your toot" -"NSPhotoLibraryAddUsageDescription" = "Allow tooot to save an image to your camera roll" -"NSPhotoLibraryUsageDescription" = "Allow tooot to access your camera roll to attach photos or videos to your toot" +"NSCameraUsageDescription" = "Allow tooot to capture photo or video and attach it to your toot"; +"NSPhotoLibraryAddUsageDescription" = "Allow tooot to save an image to your camera roll"; +"NSPhotoLibraryUsageDescription" = "Allow tooot to access your camera roll to attach photos or videos to your toot"; diff --git a/ios/zh-Hans.lproj/InfoPlist.strings b/ios/zh-Hans.lproj/InfoPlist.strings index 6b5f0a02..41bee912 100644 --- a/ios/zh-Hans.lproj/InfoPlist.strings +++ b/ios/zh-Hans.lproj/InfoPlist.strings @@ -6,6 +6,6 @@ */ -"NSCameraUsageDescription" = "允许tooot拍摄图片或视频,以添加嘟文附件" -"NSPhotoLibraryAddUsageDescription" = "允许tooot保存图片至相册" -"NSPhotoLibraryUsageDescription" = "允许tooot读取相册图片或视频,以添加嘟文附件" +"NSCameraUsageDescription" = "允许tooot拍摄图片或视频,以添加嘟文附件"; +"NSPhotoLibraryAddUsageDescription" = "允许tooot保存图片至相册"; +"NSPhotoLibraryUsageDescription" = "允许tooot读取相册图片或视频,以添加嘟文附件";