From a6decd5e072ae49228377fb0686eded4405ed110 Mon Sep 17 00:00:00 2001 From: Nikola Glumac Date: Mon, 3 Aug 2020 13:38:05 +0200 Subject: [PATCH] [DDW-333] Fixed text copy on the 'Delegation center' screen (#2125) --- CHANGELOG.md | 6 ++++++ source/renderer/app/i18n/locales/en-US.json | 2 +- source/renderer/app/i18n/locales/ja-JP.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3388371b4..1dcb97b0d6 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/source/renderer/app/i18n/locales/en-US.json b/source/renderer/app/i18n/locales/en-US.json index c1abe0fd80..4fa9f699dc 100755 --- a/source/renderer/app/i18n/locales/en-US.json +++ b/source/renderer/app/i18n/locales/en-US.json @@ -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", diff --git a/source/renderer/app/i18n/locales/ja-JP.json b/source/renderer/app/i18n/locales/ja-JP.json index c9a9cef915..2a38a6e51b 100755 --- a/source/renderer/app/i18n/locales/ja-JP.json +++ b/source/renderer/app/i18n/locales/ja-JP.json @@ -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エポック",