Skip to content

Commit

Permalink
[DDW-731] Fix the voting rewards amount
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Aug 11, 2021
1 parent 81c92d7 commit 48fe616
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/renderer/app/components/voting/VotingInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/i18n/locales/defaultMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/i18n/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 48fe616

Please sign in to comment.