Skip to content

Commit bcaf138

Browse files
author
Lucas Araujo
committed
[DDW-796] Update text
1 parent 81192f5 commit bcaf138

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

source/renderer/app/components/voting/voting-info/SnapshotPhase.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ function SnapshotPhase({
3737
currentTimeFormat,
3838
});
3939

40-
const upcomingFundSnapshotDate = formattedDateTime(VOTING_SNAPSHOT_DATE, {
40+
const snapshotDate = formattedDateTime(VOTING_SNAPSHOT_DATE, {
4141
currentLocale,
4242
currentDateFormat: mappedFormats.currentDateFormat,
4343
currentTimeFormat: mappedFormats.currentTimeFormat,
4444
});
4545

46-
const upcomingFundStartDate = formattedDateTime(VOTING_CAST_START_DATE, {
46+
const startDate = formattedDateTime(VOTING_CAST_START_DATE, {
4747
currentLocale,
4848
currentDateFormat: mappedFormats.currentDateFormat,
4949
});
5050

51-
const upcomingFundEndDate = formattedDateTime(VOTING_CAST_END_DATE, {
51+
const endDate = formattedDateTime(VOTING_CAST_END_DATE, {
5252
currentLocale,
5353
currentDateFormat: mappedFormats.currentDateFormat,
5454
});
@@ -64,14 +64,14 @@ function SnapshotPhase({
6464
<span className={styles.label}>
6565
{intl.formatMessage(messages.snapshotDateLabel)}
6666
</span>
67-
<span className={styles.value}>{upcomingFundSnapshotDate}</span>
67+
<span className={styles.value}>{snapshotDate}</span>
6868
</div>
6969
<div className={styles.block}>
7070
<span className={styles.label}>
7171
{intl.formatMessage(messages.votingDateLabel)}
7272
</span>
7373
<span className={styles.value}>
74-
{upcomingFundStartDate}{upcomingFundEndDate}
74+
{startDate}{endDate}
7575
</span>
7676
</div>
7777
</section>

source/renderer/app/components/voting/voting-info/TallyingPhase.messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const messages = defineMessages({
99
},
1010
resultsLabel: {
1111
id: 'voting.tallyingPhase.resultsLabel',
12-
defaultMessage: '!!!Check back for results:',
12+
defaultMessage: '!!!Check back for results on:',
1313
description: 'Results date label',
1414
},
1515
});

source/renderer/app/components/voting/voting-info/VotingPhase.messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineMessages } from 'react-intl';
44
export const messages = defineMessages({
55
dateLabel: {
66
id: 'voting.votingOpenPhase.dateLabel',
7-
defaultMessage: '!!!Voting period is open:',
7+
defaultMessage: '!!!Voting period open between:',
88
description: 'Voting date label',
99
},
1010
instruction: {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8271,7 +8271,7 @@
82718271
}
82728272
},
82738273
{
8274-
"defaultMessage": "!!!Check back for results:",
8274+
"defaultMessage": "!!!Check back for results on:",
82758275
"description": "Results date label",
82768276
"end": {
82778277
"column": 3,
@@ -8290,7 +8290,7 @@
82908290
{
82918291
"descriptors": [
82928292
{
8293-
"defaultMessage": "!!!Voting period is open:",
8293+
"defaultMessage": "!!!Voting period open between:",
82948294
"description": "Voting date label",
82958295
"end": {
82968296
"column": 3,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,8 @@
657657
"voting.snapshotPhase.snapshotDateLabel": "Snapshot date:",
658658
"voting.snapshotPhase.votingDateLabel": "Next voting period:",
659659
"voting.tallyingPhase.endDateLabel": "Voting ended:",
660-
"voting.tallyingPhase.resultsLabel": "Check back for results:",
661-
"voting.votingOpenPhase.dateLabel": "Voting period is open:",
660+
"voting.tallyingPhase.resultsLabel": "Check back for results on:",
661+
"voting.votingOpenPhase.dateLabel": "Voting period open between:",
662662
"voting.votingOpenPhase.instruction": "Use mobile app to vote",
663663
"voting.votingRegistration.chooseWallet.step.continueButtonLabel": "Continue",
664664
"voting.votingRegistration.chooseWallet.step.description": "You can only use one wallet when registering. To maximize rewards and voting power, choose the wallet with the largest balance.",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -654,11 +654,11 @@
654654
"voting.resultsPhase.endDateLabel": "投票締め切り:",
655655
"voting.resultsPhase.viewResultsLinkLabel": "結果を見る",
656656
"voting.resultsPhase.viewResultsLinkURL": "https://cardano.ideascale.com/a/pages/results",
657-
"voting.snapshotPhase.snapshotDateLabel": "!!!Snapshot date:",
657+
"voting.snapshotPhase.snapshotDateLabel": "スナップショット日:",
658658
"voting.snapshotPhase.votingDateLabel": "!!!Next voting period:",
659659
"voting.tallyingPhase.endDateLabel": "!!!Voting ended:",
660-
"voting.tallyingPhase.resultsLabel": "!!!Check back for results:",
661-
"voting.votingOpenPhase.dateLabel": "!!!Voting period is open:",
660+
"voting.tallyingPhase.resultsLabel": "!!!Check back for results on:",
661+
"voting.votingOpenPhase.dateLabel": "!!!Voting period open between:",
662662
"voting.votingOpenPhase.instruction": "!!!Use mobile app to vote",
663663
"voting.votingRegistration.chooseWallet.step.continueButtonLabel": "続ける",
664664
"voting.votingRegistration.chooseWallet.step.description": "投票に使用できるウォレットは1つだけです。報酬と議決権を最大にするには、残高の一番大きなウォレットを選択してください。",

0 commit comments

Comments
 (0)