Skip to content

Commit

Permalink
fix: SCAN-4044
Browse files Browse the repository at this point in the history
  • Loading branch information
0x74616e67 committed Jun 7, 2022
1 parent c26e17c commit 4a6431b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,9 @@
"title": "Daily CFX Transfer",
"subtitle": "The CFX transfer in and out per day between Core and eSpace.",
"yAxisTitle": "Count",
"seriesName": "Transfer In Count (Day)",
"seriesName": "Transfer Out Count (Day)",
"yAxisTitle2": "Count",
"seriesName2": "Transfer Out Count (Day)"
"seriesName2": "Transfer In Count (Day)"
},
"contract": {
"title": "Contract Statistics",
Expand Down
4 changes: 2 additions & 2 deletions src/locales/zh_cn/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,9 @@
"title": "每日交易-CFX",
"subtitle": "每日在 Core 和 eSpace 间转入,转出的 CFX 统计数据",
"yAxisTitle": "数量",
"seriesName": "每天转入的 CFX 数量",
"seriesName": "每天转出的 CFX 数量",
"yAxisTitle2": "数量",
"seriesName2": "每天转出的 CFX 数量"
"seriesName2": "每天转入的 CFX 数量"
},
"contract": {
"title": "合约分析",
Expand Down

0 comments on commit 4a6431b

Please sign in to comment.