|
@@ -1943,7 +1943,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
func changeWithDrawBtnLayout(_ type: Int) {
|
|
|
switch type {
|
|
|
case 3:
|
|
|
- withDrawBtn.setTitle("撤销删除", for: .normal)
|
|
|
+ withDrawBtn.setTitle("record_recover".BFLocale, for: .normal)
|
|
|
case 2:
|
|
|
withDrawBtn.setTitle("record_undo".BFLocale, for: .normal)
|
|
|
default:
|