Skip to content

Commit

Permalink
Add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy authored and Finb committed Dec 20, 2023
1 parent 95d98ac commit ab61dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/CryptoSettingController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CryptoSettingController: BaseViewController<CryptoSettingViewModel> {
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
}()

Expand Down

0 comments on commit ab61dda

Please sign in to comment.