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 = () => { <> - + + + + + + {/* { + /> */}