diff --git a/package.json b/package.json index 3ca4beea9..8c895b51d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sable", "version": "1.6.0", - "description": "Yet another matrix client fork", + "description": "An almost stable Matrix client", "type": "module", "packageManager": "npm@11.11.0", "engines": { @@ -121,4 +121,4 @@ "vite-plugin-top-level-await": "^1.6.0", "wrangler": "^4.70.0" } -} \ No newline at end of file +} diff --git a/public/manifest.json b/public/manifest.json index a4fda1116..67deb47a2 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "name": "Sable", "short_name": "Sable", - "description": "Yet another matrix client fork", + "description": "An almost stable Matrix client", "dir": "auto", "lang": "en-US", "display": "standalone", diff --git a/src/app/features/settings/about/About.tsx b/src/app/features/settings/about/About.tsx index 3ca6ae676..59abedea2 100644 --- a/src/app/features/settings/about/About.tsx +++ b/src/app/features/settings/about/About.tsx @@ -186,7 +186,7 @@ export function About({ requestClose }: AboutProps) { Sable {`v${APP_VERSION}${devLabel}${buildLabel}`} - Yet another matrix client fork(ed from cinny). + An almost stable Matrix client. diff --git a/src/app/pages/client/WelcomePage.tsx b/src/app/pages/client/WelcomePage.tsx index 187220aa3..4b605e59e 100644 --- a/src/app/pages/client/WelcomePage.tsx +++ b/src/app/pages/client/WelcomePage.tsx @@ -17,7 +17,7 @@ export function WelcomePage() { title="Welcome to Sable" subTitle={ - Yet another matrix client fork.{' '} + An almost stable Matrix client.{' '}