diff --git a/Controller/CryptoSettingController.swift b/Controller/CryptoSettingController.swift index 3a3ca9f4..70424068 100644 --- a/Controller/CryptoSettingController.swift +++ b/Controller/CryptoSettingController.swift @@ -24,7 +24,7 @@ class CryptoSettingController: BaseViewController { let ivTextField: BorderTextField = { let textField = BorderTextField(title: "IV") textField.font = UIFont.systemFont(ofSize: 14) - textField.placeholder = String(format: NSLocalizedString("enterIv"), 16) + textField.placeholder = String(format: NSLocalizedString("enterIv"), 16) // todo: update iv length return textField }()