浏览代码

更新内容

harry 3 年之前
父节点
当前提交
961707a572
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {