From accb98d3b77c0a2991feeb96637b72c6e1370410 Mon Sep 17 00:00:00 2001 From: Miles Zhang Date: Mon, 18 Mar 2024 17:16:08 +0800 Subject: [PATCH] fix: contract resource distribution chart's description Signed-off-by: Miles Zhang --- src/locales/en.json | 4 ++-- .../activities/ContractResourceDistributed.tsx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index ad75f070b0..97add7f77d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -299,8 +299,8 @@ "inflation_rate_description": "Nominal inflation rate: the inflation introduced by the the primary issuance and the secondary issuance. \nNominal APC: the anti-dilution compensation rate of Nervos DAO.\nReal inflation rate: the compound inflation rate that nominal inflation rate minus the nominal APC, which is gradually to zero.", "node_count_in_total": "in total", "ckb_amount": "CKB Amount", - "contract_resource_distributed": "Contract Resource Distributed", - "contract_resource_distributed_description": "The x axis is contract's unique address count, the y axis is the contract's ckb amount, the symbol size is the contract's transaction count." + "contract_resource_distributed": "Contract Resource Distribution", + "contract_resource_distributed_description": "The x axis represets contract's unique address count, the y axis represets the contract's CKB amount, the symbol size represets the contract's transaction count." }, "home": { "height": "Height", diff --git a/src/pages/StatisticsChart/activities/ContractResourceDistributed.tsx b/src/pages/StatisticsChart/activities/ContractResourceDistributed.tsx index 6f640bab8e..383434ba1f 100644 --- a/src/pages/StatisticsChart/activities/ContractResourceDistributed.tsx +++ b/src/pages/StatisticsChart/activities/ContractResourceDistributed.tsx @@ -92,6 +92,7 @@ export const ContractResourceDistributedChart = ({ isThumbnail = false }: { isTh return (