Browse Source

feat: make the button title shorter

Junyu Zhan 4 years ago
parent
commit
b5d5b13b70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/dicts.cljs

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

@@ -229,7 +229,7 @@ title: How to take dummy notes?
         :page/open-in-finder "Open in directory"
         :page/open-with-default-app "Open with default app"
         :page/action-publish "Publish"
-        :page/make-public "Publish it when exporting to an html file"
+        :page/make-public "Publish it for export"
         :page/make-private "Make it private"
         :page/delete "Delete page"
         :page/publish "Publish this page on Logseq"