From b37c638f64067add5d0879bbceca06486268e142 Mon Sep 17 00:00:00 2001 From: myf <> Date: Sun, 24 Apr 2022 20:46:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E5=86=9B=E5=9B=A2=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/locales/zh-CN.json | 5 +++-- src/config/localization/translations.json | 4 +++- src/views/Referral/components/BuyNftModal.tsx | 4 ++-- src/views/Referral/components/Regimental.tsx | 15 +++++++++++++-- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 4c120fa..1beffd8 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -1112,6 +1112,7 @@ "The total amount of dividends":"分红总额", "Pending dividend":"待领取分红", "Number of boards":"董事会数量", - "Number of holders":"持有人数量" - + "Number of holders":"持有人数量", + "total revenue":"总收益", + "revenue":"收益" } diff --git a/src/config/localization/translations.json b/src/config/localization/translations.json index 6cc8b8b..cc38b45 100644 --- a/src/config/localization/translations.json +++ b/src/config/localization/translations.json @@ -1239,5 +1239,7 @@ "The total amount of dividends":"The total amount of dividends", "Pending dividend":"Pending dividend", "Number of boards":"Number of boards", - "Number of holders":"Number of holders" + "Number of holders":"Number of holders", + "total revenue":"total revenue", + "revenue":"revenue" } diff --git a/src/views/Referral/components/BuyNftModal.tsx b/src/views/Referral/components/BuyNftModal.tsx index 8d9668a..1340163 100644 --- a/src/views/Referral/components/BuyNftModal.tsx +++ b/src/views/Referral/components/BuyNftModal.tsx @@ -63,8 +63,8 @@ const BuyNftModal: React.FC = () => { /> - - + + diff --git a/src/views/Referral/components/Regimental.tsx b/src/views/Referral/components/Regimental.tsx index 74d0493..db18e9d 100644 --- a/src/views/Referral/components/Regimental.tsx +++ b/src/views/Referral/components/Regimental.tsx @@ -89,7 +89,18 @@ const RegimentalCom: React.FC = () => { <> - + + + + + + {/* { + /> */}