Change localization key

This commit is contained in:
ismailgulek
2020-09-17 16:22:32 +03:00
parent b3ce9cdace
commit c797b9905f
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 {