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:
@@ -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>
|
||||
</>
|
||||
|
||||
@@ -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>
|
||||
</>
|
||||
|
||||
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user