Skip to content

Commit 48fe616

Browse files
committed
[DDW-731] Fix the voting rewards amount
1 parent 81c92d7 commit 48fe616

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

source/renderer/app/components/voting/VotingInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const messages = defineMessages({
4646
stepTitle2: {
4747
id: 'voting.info.stepTitle2',
4848
defaultMessage:
49-
'!!!$560.000 worth of ada rewards will be distributed between ada holders who register their vote.',
49+
'!!!$520.000 worth of ada rewards will be distributed between ada holders who register their vote.',
5050
description: 'Info step title 2 for voting registration steps',
5151
},
5252
learnMorePreviousLabel: {

source/renderer/app/i18n/locales/defaultMessages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8396,7 +8396,7 @@
83968396
}
83978397
},
83988398
{
8399-
"defaultMessage": "!!!$560.000 worth of ada rewards will be distributed between ada holders who register their vote.",
8399+
"defaultMessage": "!!!$520.000 worth of ada rewards will be distributed between ada holders who register their vote.",
84008400
"description": "Info step title 2 for voting registration steps",
84018401
"end": {
84028402
"column": 3,

source/renderer/app/i18n/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
"voting.info.noWallets.headLine": "Voting registration for Fund6 is not available as you currently do not have any Shelley-compatible wallets.",
626626
"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.",
627627
"voting.info.stepTitle1": "Decide which innovative ideas for Cardano will receive funding.",
628-
"voting.info.stepTitle2": "$560.000 worth of ada rewards will be distributed between ada holders who register their vote.",
628+
"voting.info.stepTitle2": "$520.000 worth of ada rewards will be distributed between ada holders who register their vote.",
629629
"voting.unavailable.heading": "Project Catalyst voting registration",
630630
"voting.unavailable.link1Text": "Catalyst Announcements",
631631
"voting.unavailable.link1Url": "https://t.me/cardanocatalyst",

source/renderer/app/i18n/locales/ja-JP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
"voting.info.noWallets.headLine": "現在Shelley対応のウォレットがないため、Fund6の有権者登録はできません。",
626626
"voting.info.noWallets.instructions": "ウォレットを作成し、そこに{minVotingFunds} ADA以上を移してから(または既存の資金入りウォレットを復元してから)、改めてここで有権者登録を行ってください。",
627627
"voting.info.stepTitle1": "Cardanoの革新的なアイデアの中で、どのアイデアに資金を提供するか決定します。",
628-
"voting.info.stepTitle2": "560,000米ドル相当のADA報酬が、有権者登録を行ったADA保有者に分配されます。",
628+
"voting.info.stepTitle2": "520,000米ドル相当のADA報酬が、有権者登録を行ったADA保有者に分配されます。",
629629
"voting.unavailable.heading": "Project Catalyst有権者登録",
630630
"voting.unavailable.link1Text": "Catalyst案内",
631631
"voting.unavailable.link1Url": "https://t.me/cardanocatalyst",

0 commit comments

Comments
 (0)