Fixed localization

This commit is contained in:
Ilya Laktyushin 2019-05-10 19:50:26 +02:00
parent 93530b5b3f
commit f3b75b5906
3 changed files with 1944 additions and 1943 deletions

View File

@ -215,7 +215,7 @@ final class PasscodeSetupControllerNode: ASDisplayNode {
self.inputFieldNode.reset(animated: false)
self.titleNode.attributedText = NSAttributedString(string: self.presentationData.strings.EnterPasscode_EnterNewPasscodeChange, font: Font.regular(16.0), textColor: self.presentationData.theme.list.itemPrimaryTextColor)
self.subtitleNode.isHidden = false
self.subtitleNode.attributedText = NSAttributedString(string: "Passcodes don't match. Please try again.", font: Font.regular(16.0), textColor: self.presentationData.theme.list.itemPrimaryTextColor)
self.subtitleNode.attributedText = NSAttributedString(string: self.presentationData.strings.PasscodeSettings_DoNotMatch, font: Font.regular(16.0), textColor: self.presentationData.theme.list.itemPrimaryTextColor)
self.modeButtonNode.isHidden = false
if let validLayout = self.validLayout {

File diff suppressed because it is too large Load Diff