Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -121,4 +121,4 @@
"vite-plugin-top-level-await": "^1.6.0",
"wrangler": "^4.70.0"
}
}
}
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/app/features/settings/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export function About({ requestClose }: AboutProps) {
<Text size="H3">Sable</Text>
<Text size="T200">{`v${APP_VERSION}${devLabel}${buildLabel}`}</Text>
</Box>
<Text>Yet another matrix client fork(ed from cinny).</Text>
<Text>An almost stable Matrix client.</Text>
</Box>

<Box gap="200" wrap="Wrap">
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/client/WelcomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function WelcomePage() {
title="Welcome to Sable"
subTitle={
<span>
Yet another matrix client fork.{' '}
An almost stable Matrix client.{' '}
<a
href="https://github.com/SableClient/Sable"
target="_blank"
Expand Down
Loading