fix: url in new component

This commit is contained in:
Marie 2024-02-19 10:51:25 +01:00
parent faaad229af
commit 70f7f976fb
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
2 changed files with 2 additions and 2 deletions

2
locales/index.d.ts vendored
View File

@ -7055,7 +7055,7 @@ export interface Locale extends ILocale {
*/
"thisIsModifiedVersion": ParameterizedString<"name">;
/**
* Misskeyを翻訳
* Sharkeyを翻訳
*/
"translation": string;
/**

View File

@ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</I18n>
<I18n :src="i18n.ts.correspondingSourceIsAvailable" tag="span">
<template #anchor>
<MkA to="/about-misskey" class="_link">{{ i18n.ts.aboutMisskey }}</MkA>
<MkA to="/about-sharkey" class="_link">{{ i18n.ts.aboutMisskey }}</MkA>
</template>
</I18n>
</div>