Browse Source

修改文字

jsonwang 3 years ago
parent
commit
4b8e92f47a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/View/BFLoadingView.swift

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/View/BFLoadingView.swift

@@ -34,7 +34,7 @@ class BFLoadingView: UIView {
 
     lazy var titleL: UILabel = {
         let l = UILabel()
-        l.text = "变中 10%"
+        l.text = "变中 10%"
         l.textAlignment = .center
         l.textColor = UIColor.hexColor(hexadecimal: "#389AFF")
         l.font = UIFont.systemFont(ofSize: 16)