From 817191435d65ab84e5ef4055fe41c2f0985c0f88 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 20 Apr 2023 03:10:42 +0100 Subject: [PATCH] feat: update text --- public/locales/zh-TW/common.json | 2 +- public/locales/zh/common.json | 2 +- src/components/common/BlockchainInfo.tsx | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-TW/common.json b/public/locales/zh-TW/common.json index 0cc9defd..ab3f344c 100644 --- a/public/locales/zh-TW/common.json +++ b/public/locales/zh-TW/common.json @@ -22,7 +22,7 @@ "Owner": "擁有者", "Transaction Hash": "交易雜湊值", "IPFS Address": "IPFS 位址", - "Greenfield Address": "Greenfield 位址", + "BNB Greenfield Address": "BNB Greenfield 位址", "Creation": "創建", "Last Update": "最後更新", "Create Character": "創建身份", diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index a87e050b..043393c9 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -22,7 +22,7 @@ "Owner": "所有者", "Transaction Hash": "交易哈希", "IPFS Address": "IPFS 地址", - "Greenfield Address": "Greenfield 地址", + "BNB Greenfield Address": "BNB Greenfield 地址", "Creation": "创建", "Last Update": "最后更新", "Create Character": "创建角色", diff --git a/src/components/common/BlockchainInfo.tsx b/src/components/common/BlockchainInfo.tsx index 1658d112..1c25028c 100644 --- a/src/components/common/BlockchainInfo.tsx +++ b/src/components/common/BlockchainInfo.tsx @@ -123,7 +123,9 @@ export const BlockchainInfo: React.FC<{ {greenfieldId.data?.greenfieldId && (
  • -
    {t("Greenfield Address")}
    +
    + {t("BNB Greenfield Address")} +