Feature/rebrand to suwayomi (#500)

* Rename "Tachidesk-WebUI" to "Suwayomi-WebUI"

* Rename "Tachidesk-Server" to "Suwayomi-Server"

* Rename "Tachidesk" to "Suwayomi"

* Rename variables
This commit is contained in:
schroda
2024-01-05 20:11:29 +01:00
committed by GitHub
parent 779dafe1dc
commit b42c3103f1
17 changed files with 32 additions and 32 deletions

View File

@@ -135,7 +135,7 @@ export function Settings() {
secondary={
<>
<span>{t('settings.label.language_description')} </span>
<Link href="https://hosted.weblate.org/projects/suwayomi/tachidesk-webui">
<Link href="https://hosted.weblate.org/projects/suwayomi/suwayomi-webui">
{t('global.language.title.weblate')}
</Link>
</>

View File

@@ -243,7 +243,7 @@ export function SourceMangas() {
const messageExtra = isLocalSource ? (
<>
<span>{t('source.local_source.label.checkout')} </span>
<Link href="https://github.com/Suwayomi/Tachidesk-Server/wiki/Local-Source">
<Link href="https://github.com/Suwayomi/Suwayomi-Server/wiki/Local-Source">
{t('source.local_source.label.guide')}
</Link>
</>

View File

@@ -360,10 +360,10 @@ export function About() {
<ListItemLink to={aboutServer.github}>
<ListItemText primary={t('settings.about.server.label.github')} secondary={aboutServer.github} />
</ListItemLink>
<ListItemLink to="https://github.com/Suwayomi/Tachidesk-WebUI">
<ListItemLink to="https://github.com/Suwayomi/Suwayomi-WebUI">
<ListItemText
primary={t('settings.about.webui.label.github')}
secondary="https://github.com/Suwayomi/Tachidesk-WebUI"
secondary="https://github.com/Suwayomi/Suwayomi-WebUI"
/>
</ListItemLink>
<ListItemLink to={aboutServer.discord}>