Browse Source

chore: update text

Tienson Qin 4 năm trước cách đây
mục cha
commit
e06efe3d45
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      README.md
  2. 1 1
      resources/package.json
  3. 1 1
      src/main/frontend/dicts.cljs

+ 1 - 1
README.md

@@ -15,7 +15,7 @@ Use it to organize your todo list, to write your journals, or to record your uni
 
 ## Why Logseq?
 
-[Logseq](https://logseq.com) is a platform for knowledge sharing and management. It focuses on privacy, longevity, and user control.
+[Logseq](https://logseq.com) is a platform for knowledge management and collaboration. It focuses on privacy, longevity, and user control.
 Notice: the backend code will be open-sourced as soon as we’re sure that the backend service meets the security standards.
 
 The server will never store or analyze your private notes. Your data are plain text files and we currently support both Markdown and Emacs Org mode (more to be added soon).

+ 1 - 1
resources/package.json

@@ -3,7 +3,7 @@
   "version": "0.0.1",
   "main": "electron.js",
   "author": "Logseq",
-  "description": "A privacy-first, open-source platform for knowledge sharing and management.",
+  "description": "A privacy-first, open-source platform for knowledge management and collaboration.",
   "repository": "https://github.com/logseq/logseq",
   "scripts": {
     "electron:dev": "electron-forge start",

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

@@ -9,7 +9,7 @@
         :on-boarding/title "Hi, welcome to Logseq!"
         :on-boarding/sharing "sharing"
         :on-boarding/is-a " is a "
-        :on-boarding/vision "A privacy-first, open-source platform for knowledge sharing and management."
+        :on-boarding/vision "A privacy-first, open-source platform for knowledge management and collaboration."
         :on-boarding/local-first "local-first"
         :on-boarding/non-linear "non-linear"
         :on-boarding/outliner "outliner"