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

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
pull/4423/head
Tienson Qin 2022-03-01 22:49:32 +08:00
parent df2f749c2c
commit 5c38aa36cc
1 changed files with 1 additions and 1 deletions

View File

@ -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)))))