Skip to content

Commit 6f014d0

Browse files
committed
Fix localization “1 Passcode Failed Attempt”
1 parent 0719bce commit 6f014d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LTHPasscodeViewController/LTHPasscodeViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ - (void)_setupLabels {
676676
// It is also used to display the "Passcodes did not match" error message
677677
// if the user fails to confirm the passcode.
678678
_failedAttemptLabel = [[UILabel alloc] initWithFrame: CGRectZero];
679-
_failedAttemptLabel.text = @"1 Passcode Failed Attempt ";
679+
_failedAttemptLabel.text = LTHPasscodeViewControllerStrings(@"1 Passcode Failed Attempt");
680680
_failedAttemptLabel.numberOfLines = 0;
681681
_failedAttemptLabel.backgroundColor = _failedAttemptLabelBackgroundColor;
682682
_failedAttemptLabel.hidden = YES;

0 commit comments

Comments
 (0)