Skip to content

Commit

Permalink
[DDW-333] Fixed text copy on the 'Delegation center' screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Aug 3, 2020
1 parent b267153 commit 5910866
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Changelog
=========

## vNext

### Fixes

- Fixed text copy on the "Delegation center" screen ([PR 2125](https://github.com/input-output-hk/daedalus/pull/2125))

## 2.0.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/i18n/locales/en-US.json
Expand Up @@ -283,7 +283,7 @@
"staking.delegationCenter.bodyTitle": "Wallets",
"staking.delegationCenter.currentSlot": "Current slot",
"staking.delegationCenter.delegate": "Delegate",
"staking.delegationCenter.description": "Changes to delegation preferences will take effect after both the current and next Cardano epochs have completed. Epochs on the Shelley Testnet last six hours. Any changes made now will take effect in {timeUntilFutureEpoch}.",
"staking.delegationCenter.description": "Changes to delegation preferences will take effect after both the current and next Cardano epochs have completed. Epochs on the Cardano mainnet last 5 days. Any changes made now will take effect in {timeUntilFutureEpoch}.",
"staking.delegationCenter.epoch": "Epoch",
"staking.delegationCenter.headingLeft": "Next Cardano epoch starts in",
"staking.delegationCenter.headingRight": "Current Cardano epoch",
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/i18n/locales/ja-JP.json
Expand Up @@ -283,7 +283,7 @@
"staking.delegationCenter.bodyTitle": "ウォレット",
"staking.delegationCenter.currentSlot": "現行スロット",
"staking.delegationCenter.delegate": "委任する",
"staking.delegationCenter.description": "変更した委任設定は、現行の次のCardanoエポックが終了すると有効になります。Shelleyテストネットのエポックの継続時間は6時間です。今回の変更はすべて{timeUntilFutureEpoch}後に有効になります。",
"staking.delegationCenter.description": "変更した委任設定は、現行の次のCardanoエポックが終了すると有効になります。Cardanoメインネットにおける1エポックは5日です。今回の変更はすべて{timeUntilFutureEpoch}後に有効になります。",
"staking.delegationCenter.epoch": "エポック",
"staking.delegationCenter.headingLeft": "次のCardanoエポック開始まであと",
"staking.delegationCenter.headingRight": "現在のCardanoエポック",
Expand Down

0 comments on commit 5910866

Please sign in to comment.