Skip to content

Commit

Permalink
Merge pull request #137 from tumblr/daniel/new_strings
Browse files Browse the repository at this point in the history
Removes “Tumblr” from a string and rename it
  • Loading branch information
afterxleep authored Jun 24, 2022
2 parents 68011cb + 85bc26d commit 3a1c2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Constants/KanvasStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public struct KanvasStrings {
cameraPermissionsDescriptionLabel: cameraPermissionDescriptionString)

private static let cameraPermissionTitleString = {
NSLocalizedString("Please allow Tumblr access to your Camera and Microphone",
NSLocalizedString("CameraAccessNoAccessTitle",
comment: "Title text for scenerio when access to Photos has been disallowed")
}()

Expand Down
2 changes: 1 addition & 1 deletion KanvasExample/KanvasExample/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"Post" = "Post";

/* Title text for scenerio when access to Photos has been disallowed */
"Please allow Tumblr access to your Camera and Microphone" = "Please allow Tumblr access to your Camera and Microphone";
"CameraAccessNoAccessTitle" = "Please allow access to your camera and Microphone";

/* Description text for scenerio when access to Photos has been disallowed */
"CameraAccessNoAccessDesc" = "You might want to save your post as a draft first so you don’t lose any unsaved progress.";
Expand Down

0 comments on commit 3a1c2b4

Please sign in to comment.