mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: update backup db name to be consistent
with how we name everywhere else. Helps later when we want to restore a graph by directory to include assets. Also correct message
This commit is contained in:
committed by
Tienson Qin
parent
ad67958d17
commit
28aa62cd97
@@ -63,7 +63,7 @@
|
||||
:on-click (fn []
|
||||
(p/let [result (export/backup-db-graph repo)]
|
||||
(when result
|
||||
(notification/show! "Backup successfully!" :success))
|
||||
(notification/show! "Backup successful!" :success))
|
||||
(export/auto-db-backup! repo {:backup-now? false})))}
|
||||
"Backup now"))]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user