Browse Source

enhancement: change page/version-history wording

Change the wording from `Check page history` to `view page history`. 
This is more inline with similar tools and feels more natural.
Bad3r 3 years ago
parent
commit
fb4952d3fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/dicts.cljc

+ 1 - 1
src/main/frontend/dicts.cljc

@@ -109,7 +109,7 @@
         :page/open-with-default-app "Open with default app"
         :page/action-publish "Publish"
         :page/make-public "Make it public for publishing"
-        :page/version-history "Check page history"
+        :page/version-history "View page history"
         :page/open-backup-directory "Open page backups directory"
         :page/make-private "Make it private"
         :page/delete "Delete page"