|
|
@@ -46,7 +46,7 @@ class LNAutoReplyEditViewController: LNViewController {
|
|
|
|
|
|
commitButton.isEnabled = false
|
|
|
commitButton.setBackgroundImage(nil, for: .normal)
|
|
|
- titleLabel.text = .init(key: "B00114", num)
|
|
|
+ titleLabel.text = .init(key: "B00114", num + 1)
|
|
|
|
|
|
switch item.type {
|
|
|
case .text:
|