From c42c543618e1c38db3c411d9d87b023027f4ccd1 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 27 Jul 2023 20:06:34 +0800 Subject: [PATCH] chore: tweak words --- README.md | 2 +- cmd/slash/main.go | 2 +- web/src/components/AboutDialog.tsx | 2 +- web/src/components/CreateShortcutDialog.tsx | 4 ++-- web/src/components/DemoBanner.tsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1689f42..7580e03 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ logo -**Slash** is an open source, self-hosted bookmarks and link sharing solution. It allows you to organize your links with tags, and share them using custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration. +**Slash** is an open source, self-hosted bookmarks and link sharing platform. It allows you to organize your links with tags, and share them using custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration. Try it out on Live Demo. diff --git a/cmd/slash/main.go b/cmd/slash/main.go index cd689cb..6a117c7 100644 --- a/cmd/slash/main.go +++ b/cmd/slash/main.go @@ -30,7 +30,7 @@ var ( rootCmd = &cobra.Command{ Use: "slash", - Short: `An open source, self-hosted bookmarks and link sharing solution.`, + Short: `An open source, self-hosted bookmarks and link sharing platform.`, Run: func(_cmd *cobra.Command, _args []string) { ctx, cancel := context.WithCancel(context.Background()) db := db.NewDB(profile) diff --git a/web/src/components/AboutDialog.tsx b/web/src/components/AboutDialog.tsx index 6bf89d9..14f74aa 100644 --- a/web/src/components/AboutDialog.tsx +++ b/web/src/components/AboutDialog.tsx @@ -19,7 +19,7 @@ const AboutDialog: React.FC = (props: Props) => {

- Slash: An open source, self-hosted bookmarks and link sharing solution. + Slash: An open source, self-hosted bookmarks and link sharing platform.

See more in diff --git a/web/src/components/CreateShortcutDialog.tsx b/web/src/components/CreateShortcutDialog.tsx index 68988d0..85783c4 100644 --- a/web/src/components/CreateShortcutDialog.tsx +++ b/web/src/components/CreateShortcutDialog.tsx @@ -299,7 +299,7 @@ const CreateShortcutDialog: React.FC = (props: Props) => { = (props: Props) => { Description