Skip to content

Commit

Permalink
Change storage data to data power (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashirooooo committed Jun 15, 2021
1 parent 4a83dfc commit b9aad2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/apps/public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1504,5 +1504,6 @@
"Storage Data": "存储文件大小",
"Effective stake": "总有效质押",
"Daily Rewards per 1K CSM": "每1000CSM每日奖励",
"address: ": "地址: "
"address: ": "地址: ",
"Data Power": "数据算力"
}
2 changes: 1 addition & 1 deletion packages/page-csmStaking/src/Overview/Summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Summary({ }: Props): React.ReactElement<Props> {

<CardSummary
className='media--1100'
label={t<string>('Storage Data')}
label={t<string>('Data Power')}
>
<Spinner noLabel />
</CardSummary>
Expand Down

0 comments on commit b9aad2e

Please sign in to comment.