浏览代码

Update src/main/frontend/handler/events.cljs

Co-authored-by: Gabriel Horner <[email protected]>
Tienson Qin 3 年之前
父节点
当前提交
5c38aa36cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/handler/events.cljs

+ 1 - 1
src/main/frontend/handler/events.cljs

@@ -299,7 +299,7 @@
               _ (file-handler/alter-file repo path config/config-default-content {:skip-compare? true})]
         (notification/show!
          [:p.content
-          "It seems that your config.edn is broken. We've restored it with the default content and saved the previous content to the file logseq/config.edn-broken."]
+          "It seems that your config.edn is broken. We've restored it with the default content and saved the previous content to the file logseq/broken-config.edn."]
          :warning
          false)))))