Przeglądaj źródła

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

Co-authored-by: Gabriel Horner <[email protected]>
Tienson Qin 3 lat temu
rodzic
commit
5c38aa36cc
1 zmienionych plików z 1 dodań i 1 usunięć
  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)))))