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:
Gabriel Horner
2024-09-11 16:10:53 -04:00
committed by Tienson Qin
parent ad67958d17
commit 28aa62cd97
2 changed files with 2 additions and 2 deletions

View File

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