Skip to content

Commit

Permalink
Merge pull request #1353 from crypto-com/CHANGELOG-v1.4.1
Browse files Browse the repository at this point in the history
Update Package v1.4.1
  • Loading branch information
crypto-matto authored Mar 3, 2023
2 parents 5316276 + 10c4ae5 commit eb7efd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
*Unreleased*

*Released*
## [v1.4.1] - 2023-03-03
### Additions
- Revise on validator uptime calculation & list layout
## [v1.4.0] - 2023-02-14
### Additions
- Testnet Croeseid 5 as default Crypto.org Chain Testnet
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chain-desktop-wallet",
"version": "1.4.0",
"version": "1.4.1",
"description": "Crypto.com DeFi Desktop Wallet App",
"repository": "github:crypto-com/chain-desktop-wallet",
"author": "Crypto.com <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions src/language/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,8 @@
"staking.validatorList.table.validatorUptime": "정상 가동 시간",
"staking.validatorList.table.validatorApy": "APY",
"staking.validatorList.table.action": "활동",
"staking.validatorList.table.tooltip1": "보다 좋은 스테이킹 보상을 위해 >{{ uptime }}% 가동 시간을 가진 검증인을 선택하는 것이 좋습니다",
"staking.validatorList.table.tooltip2": "스테이킹 풀을 보다 분산된 상태로 유지하기위해 투표 권한이 <{{ voting }}%인 검증인을 선택하는 것이 좋습니다.",
"staking.formWithdralStakingReward.table.validatorName": "이름",
"staking.formWithdralStakingReward.table.rewardAmount": "보상 금액",
"staking.formWithdralStakingReward.table.withdraw": "인출하기",
Expand Down

0 comments on commit eb7efd0

Please sign in to comment.