Skip to content

Commit

Permalink
feat(neuron-ui): rename deposit record to deposit receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Nov 13, 2019
1 parent dc82cbb commit 4c587a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/components/NervosDAO/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const NervosDAO = ({
return (
<>
<Text as="h2" variant="xxLarge">
{t('nervos-dao.deposit-records')}
{t('nervos-dao.deposit-receipts')}
</Text>
<Stack>
{records.map((record, i) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
"free": "Free",
"locked": "Locked",
"deposit": "Deposit",
"deposit-records": "Deposit Records",
"deposit-receipts": "Deposit Receipts",
"apy": "APY",
"deposit-at": "Deposit at {{time}}",
"claim": "Claim",
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
"free": "当前可用",
"locked": "已锁定",
"deposit": "存入",
"deposit-records": "存款记录",
"deposit-receipts": "存款凭证",
"apy": "预期年化利率",
"deposit-at": "存入于{{time}}",
"claim": "取款",
Expand Down

0 comments on commit 4c587a8

Please sign in to comment.