From 48fe616bacc61f831aca94659b89879df8d511f4 Mon Sep 17 00:00:00 2001 From: Nikola Glumac Date: Wed, 11 Aug 2021 13:21:13 +0200 Subject: [PATCH] [DDW-731] Fix the voting rewards amount --- source/renderer/app/components/voting/VotingInfo.js | 2 +- source/renderer/app/i18n/locales/defaultMessages.json | 2 +- source/renderer/app/i18n/locales/en-US.json | 2 +- source/renderer/app/i18n/locales/ja-JP.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/renderer/app/components/voting/VotingInfo.js b/source/renderer/app/components/voting/VotingInfo.js index 02c8fe55b3..2ef0d55bb9 100644 --- a/source/renderer/app/components/voting/VotingInfo.js +++ b/source/renderer/app/components/voting/VotingInfo.js @@ -46,7 +46,7 @@ const messages = defineMessages({ stepTitle2: { id: 'voting.info.stepTitle2', defaultMessage: - '!!!$560.000 worth of ada rewards will be distributed between ada holders who register their vote.', + '!!!$520.000 worth of ada rewards will be distributed between ada holders who register their vote.', description: 'Info step title 2 for voting registration steps', }, learnMorePreviousLabel: { diff --git a/source/renderer/app/i18n/locales/defaultMessages.json b/source/renderer/app/i18n/locales/defaultMessages.json index c5c69b1284..c1d1e6e0f6 100644 --- a/source/renderer/app/i18n/locales/defaultMessages.json +++ b/source/renderer/app/i18n/locales/defaultMessages.json @@ -8396,7 +8396,7 @@ } }, { - "defaultMessage": "!!!$560.000 worth of ada rewards will be distributed between ada holders who register their vote.", + "defaultMessage": "!!!$520.000 worth of ada rewards will be distributed between ada holders who register their vote.", "description": "Info step title 2 for voting registration steps", "end": { "column": 3, diff --git a/source/renderer/app/i18n/locales/en-US.json b/source/renderer/app/i18n/locales/en-US.json index 501e23c42b..bd82e73dea 100755 --- a/source/renderer/app/i18n/locales/en-US.json +++ b/source/renderer/app/i18n/locales/en-US.json @@ -625,7 +625,7 @@ "voting.info.noWallets.headLine": "Voting registration for Fund6 is not available as you currently do not have any Shelley-compatible wallets.", "voting.info.noWallets.instructions": "Create a new wallet and transfer a minimum of {minVotingFunds} ADA (or restore an existing wallet with funds), then return here to register for voting.", "voting.info.stepTitle1": "Decide which innovative ideas for Cardano will receive funding.", - "voting.info.stepTitle2": "$560.000 worth of ada rewards will be distributed between ada holders who register their vote.", + "voting.info.stepTitle2": "$520.000 worth of ada rewards will be distributed between ada holders who register their vote.", "voting.unavailable.heading": "Project Catalyst voting registration", "voting.unavailable.link1Text": "Catalyst Announcements", "voting.unavailable.link1Url": "https://t.me/cardanocatalyst", diff --git a/source/renderer/app/i18n/locales/ja-JP.json b/source/renderer/app/i18n/locales/ja-JP.json index 8c2107e7df..b3a03f8ced 100755 --- a/source/renderer/app/i18n/locales/ja-JP.json +++ b/source/renderer/app/i18n/locales/ja-JP.json @@ -625,7 +625,7 @@ "voting.info.noWallets.headLine": "現在Shelley対応のウォレットがないため、Fund6の有権者登録はできません。", "voting.info.noWallets.instructions": "ウォレットを作成し、そこに{minVotingFunds} ADA以上を移してから(または既存の資金入りウォレットを復元してから)、改めてここで有権者登録を行ってください。", "voting.info.stepTitle1": "Cardanoの革新的なアイデアの中で、どのアイデアに資金を提供するか決定します。", - "voting.info.stepTitle2": "560,000米ドル相当のADA報酬が、有権者登録を行ったADA保有者に分配されます。", + "voting.info.stepTitle2": "520,000米ドル相当のADA報酬が、有権者登録を行ったADA保有者に分配されます。", "voting.unavailable.heading": "Project Catalyst有権者登録", "voting.unavailable.link1Text": "Catalyst案内", "voting.unavailable.link1Url": "https://t.me/cardanocatalyst",