mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: file graphs showing buggy views tab
instead of page count
This commit is contained in:
@@ -472,6 +472,8 @@
|
||||
:export-save-to-file "Save to file"
|
||||
:all-graphs "All graphs"
|
||||
:all-pages "All pages"
|
||||
;; E.g. 1 Page or 2 Pages
|
||||
:all-pages/table-title (fn [total] (str total (if (= total 1) " Page" " Pages")))
|
||||
:all-pages/failed-to-delete-pages "These pages had their content deleted but were unable to be deleted: {1}. See javascript console for more details."
|
||||
:all-whiteboards "All whiteboards"
|
||||
:all-files "All files"
|
||||
|
||||
Reference in New Issue
Block a user