Browse Source

更新内容

harry 3 years ago
parent
commit
961707a572
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Introduce/Record/INVideoExportController.swift

+ 1 - 1
Introduce/Record/INVideoExportController.swift

@@ -574,7 +574,7 @@ class INVideoExportController: BFBaseViewController {
         if (!hasSaveOnly && !saveOnlyUlr.absoluteString.contains("aaa"))
             || (!hasSaveAll && !saveAllUlr.absoluteString.contains("aaa")) {
             
-            let alertController = UIAlertController(title: "退出将不会保存当前操作",
+            let alertController = UIAlertController(title: "合成的视频尚未保存到相册",
                            message: "", preferredStyle: .alert)
             let cancelAction = UIAlertAction(title: "不保存", style: .default){[weak self] action in
                 guard let sself = self else {