Skip to content

Commit

Permalink
fix: contract resource distribution chart's description
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Zhang <[email protected]>
  • Loading branch information
zmcNotafraid committed Mar 18, 2024
1 parent c447794 commit accb98d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Check warning on line 303 in src/locales/en.json

View workflow job for this annotation

GitHub Actions / Check spelling

"represets" should be "represents".

Check warning on line 303 in src/locales/en.json

View workflow job for this annotation

GitHub Actions / Check spelling

"represets" should be "represents".

Check warning on line 303 in src/locales/en.json

View workflow job for this annotation

GitHub Actions / Check spelling

"represets" should be "represents".
},
"home": {
"height": "Height",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const ContractResourceDistributedChart = ({ isThumbnail = false }: { isTh
return (
<SmartChartPage
title={t('statistic.contract_resource_distributed')}
description={t('statistic.contract_resource_distributed_description')}
isThumbnail={isThumbnail}
fetchData={explorerService.api.fetchContractResourceDistributed}
getEChartOption={useOption}
Expand Down

0 comments on commit accb98d

Please sign in to comment.