浏览代码

chore: update text

Tienson Qin 4 年之前
父节点
当前提交
e06efe3d45
共有 3 个文件被更改,包括 3 次插入3 次删除
  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"