diff --git a/src/i18n/en.ts b/src/i18n/en.ts
index e5ce724..d595e8d 100644
--- a/src/i18n/en.ts
+++ b/src/i18n/en.ts
@@ -51,7 +51,7 @@ export default {
description: "All tags that have appeared across the blog are collected here. Click a tag to jump to the corresponding list of posts."
},
footer: {
- githubIntro: 'See more on GitHub!',
+ githubIntro: 'See more on Forgejo!',
repoIntro: 'This blog is fully open source at ClovertaTheTrilobita/SanYeCao-blog'
}
};
\ No newline at end of file
diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts
index e8838fc..3f16ee1 100644
--- a/src/i18n/zh.ts
+++ b/src/i18n/zh.ts
@@ -51,7 +51,7 @@ export default {
description: "在这里收集着整篇博客出现过的标签,点击标签跳转对应的文章列表。",
},
footer: {
- githubIntro: '在 GitHub 查看更多!',
+ githubIntro: '在 Forgejo 查看更多!',
repoIntro: '这个博客完全开源于 ClovertaTheTrilobita/SanYeCao-blog'
}
};
\ No newline at end of file