Skip to content

Commit

Permalink
fix: E6 start date moved to 2024-01-13
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Jul 30, 2024
1 parent dc2a3b0 commit 002e97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/constants/milestones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default function getMilestones(): Milestone[] {
to: new Date('2024-10-27T17:00:00+0100'),
},
{
from: new Date('2024-10-27T17:00:00+0100'),
from: new Date('2024-10-13T18:00:00+0100'),
id: 'e6-epoch-starts',
label: i18n.t('views.projects.projectsTimelineWidget.epochStarts', { epoch: 'Six' }),
},
Expand Down

0 comments on commit 002e97d

Please sign in to comment.