Skip to content

Commit

Permalink
fix(permission): 앨범 권한 요청 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Mincheol committed Feb 20, 2021
1 parent b3db8ac commit 84af2cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sticky/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<key>NSLocationWhenInUseUsageDescription</key>
<string>내 위치 확인을 위해 권한이 필요합니다.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>위치 확인을 위해 권한이 필요합니다.</string>
<string>화면 캡처를 위해 권한이 필요합니다.</string>
<key>UIAppFonts</key>
<array>
<string>Modak.ttf</string>
Expand Down
2 changes: 1 addition & 1 deletion Sticky/en.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
NSLocationAlwaysAndWhenInUseUsageDescription = "We need access to your location to show you how many accumulate times.";
NSLocationAlwaysUsageDescription = "We need access to your location to show you how many accumulate times.";
NSLocationWhenInUseUsageDescription = "We need access to your location to show you how many accumulate times.";
NSPhotoLibraryUsageDescription = "We need access to your location to show you how many accumulate times.";
NSPhotoLibraryUsageDescription = "We need access to your photo library to capture image for sharing";
2 changes: 1 addition & 1 deletion Sticky/ko.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
NSLocationAlwaysAndWhenInUseUsageDescription = "내 위치 확인을 위해 권한이 필요합니다.";
NSLocationAlwaysUsageDescription = "내 위치 확인을 위해 권한이 필요합니다.";
NSLocationWhenInUseUsageDescription = "내 위치 확인을 위해 권한이 필요합니다.";
NSPhotoLibraryUsageDescription = "내 위치 확인을 위해 권한이 필요합니다.";
NSPhotoLibraryUsageDescription = "내 화면 캡처를 위해 권한이 필요합니다.";

0 comments on commit 84af2cf

Please sign in to comment.