|
@@ -23,7 +23,7 @@ class BFAudioSettingView: UIView {
|
|
|
let haveSpeakLab = UILabel()
|
|
|
haveSpeakLab.font = UIFont.boldSystemFont(ofSize: 16)
|
|
|
haveSpeakLab.textAlignment = .left
|
|
|
- haveSpeakLab.text = "说话时 视频音量"
|
|
|
+ haveSpeakLab.text = "录音时 视频原声"
|
|
|
haveSpeakLab.textColor = .white
|
|
|
haveSpeakLab.backgroundColor = .clear
|
|
|
return haveSpeakLab
|
|
@@ -56,7 +56,7 @@ class BFAudioSettingView: UIView {
|
|
|
let noSpeakLab = UILabel()
|
|
|
noSpeakLab.font = UIFont.boldSystemFont(ofSize: 16)
|
|
|
noSpeakLab.textAlignment = .left
|
|
|
- noSpeakLab.text = "没说话时 视频音量"
|
|
|
+ noSpeakLab.text = "未录音时 视频原声"
|
|
|
noSpeakLab.textColor = .white
|
|
|
return noSpeakLab
|
|
|
}()
|