diff --git a/public/locales/zh-TW/dashboard.json b/public/locales/zh-TW/dashboard.json
index 2b3bd2fb..6822c03a 100644
--- a/public/locales/zh-TW/dashboard.json
+++ b/public/locales/zh-TW/dashboard.json
@@ -149,7 +149,7 @@
"Please select .md files, multiple files are supported, and front matter is supported.": "請選擇 .md 檔案,支援多個檔案,並支援 front matter。",
"Achievements": "成就",
"Tokens": "虛擬貨幣",
- "1 MIRA ≈ 1 USDC, swap easily on cross-chain bridge and Uniswap.": "1 MIRA ≈ 1 USDC,可在跨鏈橋和 Uniswap 上輕鬆兌換。",
+ "$MIRA is a valuable token in the Crossbell world, and can be easily exchanged on the Crosschain Bridge and Uniswap.": "$MIRA 是 Crossbell 世界中的一種有珍貴的代幣,可在跨鏈橋和 Uniswap 上輕鬆兌換。",
"In the early stage, xLog will use $MIRA to motivate creators.": "在早期階段,xLog 將使用 $MIRA 激勵創作者。",
"You can obtain $MIRA through the following ways:": "你可以透過以下方式獲得 $MIRA:",
"Creator incentive program.": "創作者激勵計畫。",
diff --git a/public/locales/zh-TW/index.json b/public/locales/zh-TW/index.json
index cf3a700b..ea31bccc 100644
--- a/public/locales/zh-TW/index.json
+++ b/public/locales/zh-TW/index.json
@@ -46,7 +46,7 @@
"Open": "開放,運用自如",
"Open text": "xLog 提供導入和導出工具,豐富的 API 和 第三方 整合,讓您更加自由地管理和使用網站。所有代碼都在 GitHub 上 開源 ,所有資料都在區塊鏈上 透明存儲 ,沒有任何隱瞞。",
"Creator Incentives": "創作者激勵",
- "Creator Incentives text": "在早期階段,xLog 以 USDC 提供激勵。我們正積極構建代幣經濟模型,力求讓 xLog 成為發布高質量內容的最佳平台。我們希望為您提供最好的體驗和最大的價值回報,讓您在創作、分享和社交中感到更加自由和快樂。",
+ "Creator Incentives text": "在早期階段,xLog 以 MIRA 提供激勵。我們正積極構建代幣經濟模型,力求讓 xLog 成為發布高質量內容的最佳平台。我們希望為您提供最好的體驗和最大的價值回報,讓您在創作、分享和社交中感到更加自由和快樂。",
"DAO": "去中心化自治組織",
"DAO text": "我們將建立一個 xLog DAO,讓創作者可以使用 虛擬貨幣 進行投票。我們相信,這將使我們的社區更加開放、公平和民主化,讓每個人都能發揮自己的影響力和貢獻價值。我們期待與您攜手打造一個更加繁榮和有活力的社區!",
"Discover these awesome teams and creators on xLog (sorted by update time)": "在 xLog 上發現這些超棒的團隊和創作者們(按更新時間排序)",
diff --git a/public/locales/zh/dashboard.json b/public/locales/zh/dashboard.json
index 7cdf5b72..dee23cb6 100644
--- a/public/locales/zh/dashboard.json
+++ b/public/locales/zh/dashboard.json
@@ -151,7 +151,7 @@
"Please select .md files, multiple files are supported, and front matter is supported.": "请选择 .md 文件,支持多个文件,支持 front matter。",
"Achievements": "成就",
"Tokens": "代币",
- "1 MIRA ≈ 1 USDC, swap easily on cross-chain bridge and Uniswap.": "1 MIRA ≈ 1 USDC,可以在跨链桥和 Uniswap 上轻松兑换。",
+ "$MIRA is a valuable token in the Crossbell world, and can be easily exchanged on the Crosschain Bridge and Uniswap.": "$MIRA 是 Crossbell 世界中的一种珍贵的代币,可以轻松地在 Crosschain Bridge 和 Uniswap 上兑换。",
"In the early stage, xLog will use $MIRA to motivate creators.": "在早期阶段,xLog 将使用 $MIRA 激励创作者。",
"You can obtain $MIRA through the following ways:": "你可以通过以下方式获得 $MIRA:",
"Creator incentive program.": "创作者激励计划。",
diff --git a/public/locales/zh/index.json b/public/locales/zh/index.json
index 02537b21..a7048a85 100644
--- a/public/locales/zh/index.json
+++ b/public/locales/zh/index.json
@@ -46,7 +46,7 @@
"Elegant experience": "优雅的体验",
"Elegant experience text": "xLog 提供双栏编辑器,具有实时预览功能,提供优秀的写作体验,使用标准的 Markdown 语法,支持 HTML、音视频和数学表达式。页面设计优雅,为读者提供舒适的阅读体验。",
"Creator Incentives": "创作者激励",
- "Creator Incentives text": "在早期阶段,xLog以USDC提供激励。我们正在积极构建代币经济模型,以确保xLog成为发布高质量内容的最佳平台。",
+ "Creator Incentives text": "在早期阶段,xLog以MIRA提供激励。我们正在积极构建代币经济模型,以确保xLog成为发布高质量内容的最佳平台。",
"DAO": "去中心化自治组织",
"DAO text": "将建立一个xLog DAO,在其中创作者使用代币进行投票。",
"Discover these awesome teams and creators on xLog (sorted by update time)": "在 xLog 上发现这些超棒的团队和创作者们(按更新时间排序)",
diff --git a/src/components/common/PatronModal.tsx b/src/components/common/PatronModal.tsx
index 28f540cd..0df22263 100644
--- a/src/components/common/PatronModal.tsx
+++ b/src/components/common/PatronModal.tsx
@@ -229,7 +229,6 @@ export const PatronModal: React.FC<{
-
1 MIRA ≈ 1 USDC
diff --git a/src/pages/dashboard/[subdomain]/tokens.tsx b/src/pages/dashboard/[subdomain]/tokens.tsx
index c2a87220..c0e58864 100644
--- a/src/pages/dashboard/[subdomain]/tokens.tsx
+++ b/src/pages/dashboard/[subdomain]/tokens.tsx
@@ -53,7 +53,7 @@ export default function TokensPage() {
<>
{t(
- "1 MIRA ≈ 1 USDC, swap easily on cross-chain bridge and Uniswap.",
+ "$MIRA is a valuable token in the Crossbell world, and can be easily exchanged on the Crosschain Bridge and Uniswap.",
)}