Skip to content

Commit

Permalink
Fix (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashirooooo authored Jun 10, 2021
1 parent 7413a1c commit 20e1241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apps/public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@
"Issued Rewards": "已奖励",
"Pending Rewards": "剩余奖励",
"Daily Rewards": "每日奖励",
"Storage Rewards": "存储文件大小",
"Storage Data": "存储文件大小",
"Effective stake": "总有效质押",
"Daily Rewards per 1K CSM": "每1000CSM每日奖励"
}
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 Rewards')}
label={t<string>('Storage Data')}
>
<Spinner noLabel />
</CardSummary>
Expand Down

0 comments on commit 20e1241

Please sign in to comment.