Change localization key

This commit is contained in:
ismailgulek
2020-09-17 16:22:32 +03:00
parent 9fcca3c65a
commit d2edb55d78
3 changed files with 6 additions and 6 deletions

View File

@@ -162,7 +162,7 @@ final class EnterPinCodeViewController: UIViewController {
self.title = ""
notAllowedPinLabel.text = VectorL10n.pinProtectionBlockedPin
notAllowedPinLabel.text = VectorL10n.pinProtectionNotAllowedPin
placeholderStackView.vc_removeAllArrangedSubviews()
for i in 0..<PinCodePreferences.shared.numberOfDigits {