Skip to content

Commit

Permalink
Update src/main/frontend/handler/events.cljs
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Horner <[email protected]>
  • Loading branch information
tiensonqin and logseq-cldwalker committed Mar 1, 2022
1 parent df2f749 commit 5c38aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/handler/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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)))))

Expand Down

0 comments on commit 5c38aa3

Please sign in to comment.