Skip to content

Commit

Permalink
Merge pull request #62 from yonekawa/master
Browse files Browse the repository at this point in the history
Fix localize problem for enter new passcode
  • Loading branch information
Roland Leth committed Jun 19, 2014
2 parents eb99809 + de754ab commit 13ba5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LTHPasscodeViewController/LTHPasscodeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ - (void)_loadStringDefaults {
self.turnOffPasscodeString = @"Turn Off Passcode";
self.reenterPasscodeString = @"Re-enter your passcode";
self.reenterNewPasscodeString = @"Re-enter your new passcode";
self.enterNewPasscodeString = @"Enter your new passcode.";
self.enterNewPasscodeString = @"Enter your new passcode";
}


Expand Down

0 comments on commit 13ba5e4

Please sign in to comment.