Skip to content

Commit bdd9934

Browse files
authored
Merge pull request #159 from Rosy-iso/chore/new-motto
chore: Change old motto(?) with new one.
2 parents cce7ed6 + 349a28f commit bdd9934

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sable",
33
"version": "1.6.0",
4-
"description": "Yet another matrix client fork",
4+
"description": "An almost stable Matrix client",
55
"type": "module",
66
"packageManager": "npm@11.11.0",
77
"engines": {
@@ -129,4 +129,4 @@
129129
"esbuild": ">=0.25.0",
130130
"brace-expansion": ">=1.1.12"
131131
}
132-
}
132+
}

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Sable",
33
"short_name": "Sable",
4-
"description": "Yet another matrix client fork",
4+
"description": "An almost stable Matrix client",
55
"dir": "auto",
66
"lang": "en-US",
77
"display": "standalone",

src/app/features/settings/about/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export function About({ requestClose }: AboutProps) {
186186
<Text size="H3">Sable</Text>
187187
<Text size="T200">{`v${APP_VERSION}${devLabel}${buildLabel}`}</Text>
188188
</Box>
189-
<Text>Yet another matrix client fork(ed from cinny).</Text>
189+
<Text>An almost stable Matrix client.</Text>
190190
</Box>
191191

192192
<Box gap="200" wrap="Wrap">

src/app/pages/client/WelcomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function WelcomePage() {
1717
title="Welcome to Sable"
1818
subTitle={
1919
<span>
20-
Yet another matrix client fork.{' '}
20+
An almost stable Matrix client.{' '}
2121
<a
2222
href="https://github.com/SableClient/Sable"
2323
target="_blank"

0 commit comments

Comments
 (0)