diff --git a/public/locales/en/index.json b/public/locales/en/index.json
index b16452b9..221dec77 100644
--- a/public/locales/en/index.json
+++ b/public/locales/en/index.json
@@ -24,6 +24,6 @@
"Safe text": "All blog data, including configs, posts, subscriptions, comments, etc., are signed and securely stored on the blockchain with your own hands, with control only accessible through the private key held by yourself. No one else, including xLog, can make any changes.",
"Customizable text": "You're free to use your own domain, customize your website, and design it in any way you like. This is your website, with no restrictions. xLog encourage and will provide a rich system of themes and plugins to help you customize it.",
"Open text": "xLog offers import and export tools, as well as rich APIs and third-party integrations. All code is open source on GitHub, and all data is transparent on the blockchain. xLog has nothing to hide.",
- "Token text": "In the early stages, xLog will provide incentives through stable coins like USDC from our own pockets. The token economy system is still under design and may take some time. Because junk content is our common enemy, xLog need to ensure that the community is not overwhelmed by it.",
+ "Creator Incentives text": "In the early stages, xLog will provide incentives through stable coins like USDC from our own pockets. The token economy system is still under design and may take some time. Because junk content is our common enemy, xLog need to ensure that the community is not overwhelmed by it.",
"DAO text": "xLog will be managed in the form of a DAO, where the tokens earned by creators represent their rights."
}
\ No newline at end of file
diff --git a/public/locales/zh/index.json b/public/locales/zh/index.json
index 033a1ef3..90d03710 100644
--- a/public/locales/zh/index.json
+++ b/public/locales/zh/index.json
@@ -43,8 +43,8 @@
"Open text": "xLog提供导入和导出工具,以及丰富的 API 和第三方集成。所有代码都在 GitHub 上开源,所有数据都在区块链上透明。xLog 没有任何隐瞒。",
"Elegant experience": "优雅的体验",
"Elegant experience text": "xLog 提供双栏编辑器,具有实时预览功能,提供优秀的写作体验,使用标准的 Markdown 语法,支持 HTML、音视频和数学表达式。页面设计优雅,为读者提供舒适的阅读体验。",
- "Token": "代币",
- "Token text": "在早期阶段,xLog 将通过我们自掏腰包提供的稳定币比如 USDC 作为激励。代币经济系统仍在设计中,可能需要一些时间。因为垃圾内容是我们的共同敌人,xLog 需要确保社区不会被其淹没。",
+ "Creator Incentives": "创作者激励",
+ "Creator Incentives text": "在早期阶段,xLog 将通过我们自掏腰包提供的稳定币比如 USDC 作为激励。代币经济系统仍在设计中,可能需要一些时间,因为垃圾内容是我们的共同敌人,xLog 需要确保社区不会被其淹没。",
"DAO": "去中心化自治组织",
"DAO text": "xLog 将以去中心化自治组织 (DAO) 的形式进行管理,创作者获得的代币将代表他们的权利。",
"Discover these awesome teams and creators on xLog (sorted by update time)": "在 xLog 上发现这些超棒的团队和创作者们(按更新时间排序)",
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index f5c8d398..1057a397 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -132,7 +132,7 @@ export default function Home() {
subfeatures: [
{
icon: "🪙",
- title: "Token",
+ title: "Creator Incentives",
},
{
icon: "🏟️",