We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0719bce + 6f014d0 commit 6fe70adCopy full SHA for 6fe70ad
LTHPasscodeViewController/LTHPasscodeViewController.m
@@ -676,7 +676,7 @@ - (void)_setupLabels {
676
// It is also used to display the "Passcodes did not match" error message
677
// if the user fails to confirm the passcode.
678
_failedAttemptLabel = [[UILabel alloc] initWithFrame: CGRectZero];
679
- _failedAttemptLabel.text = @"1 Passcode Failed Attempt ";
+ _failedAttemptLabel.text = LTHPasscodeViewControllerStrings(@"1 Passcode Failed Attempt");
680
_failedAttemptLabel.numberOfLines = 0;
681
_failedAttemptLabel.backgroundColor = _failedAttemptLabelBackgroundColor;
682
_failedAttemptLabel.hidden = YES;
0 commit comments