From fb4952d3fc07ab2d2eb432df50ad5a776e288ea6 Mon Sep 17 00:00:00 2001 From: Bad3r Date: Thu, 29 Dec 2022 03:34:24 +0000 Subject: [PATCH] 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. --- src/main/frontend/dicts.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/dicts.cljc b/src/main/frontend/dicts.cljc index df4c18f069..38e4ea79e4 100644 --- a/src/main/frontend/dicts.cljc +++ b/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"