fix: file graphs showing buggy views tab

instead of page count
This commit is contained in:
Gabriel Horner
2025-02-26 16:56:21 -05:00
parent 1d855d012f
commit 9d09ee9dc4
4 changed files with 14 additions and 6 deletions

View File

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