Commit a22b3d34 authored by Steven杜宇's avatar Steven杜宇

// 取消编辑

parent a3a77249
......@@ -61,7 +61,7 @@ class YHFormItemTitleCell: UITableViewCell {
lazy var cancelButton: UIButton = {
let btn = UIButton()
btn.setTitle("取消操作".local, for: .normal)
btn.setTitle("取消编辑".local, for: .normal)
btn.titleLabel?.font = UIFont.PFSC_R(ofSize: 14)
btn.setTitleColor(.brandMainColor, for: .normal)
btn.tag = cancelTag
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment