diff --git a/src/i18n/en.ts b/src/i18n/en.ts
index d595e8d..d294470 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 Forgejo!',
- repoIntro: 'This blog is fully open source at ClovertaTheTrilobita/SanYeCao-blog'
+ githubIntro: 'See more on Github!',
+ 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 3f16ee1..593d874 100644
--- a/src/i18n/zh.ts
+++ b/src/i18n/zh.ts
@@ -51,7 +51,7 @@ export default {
description: "在这里收集着整篇博客出现过的标签,点击标签跳转对应的文章列表。",
},
footer: {
- githubIntro: '在 Forgejo 查看更多!',
- repoIntro: '这个博客完全开源于 ClovertaTheTrilobita/SanYeCao-blog'
+ githubIntro: '在 Github 查看更多!',
+ repoIntro: '这个博客完全开源于 ClovertaTheTrilobita/SanYeCao-blog'
}
};
\ No newline at end of file