Skip to content

Commit

Permalink
Changed period name Final to Additional Updates (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
atGit2021 authored Dec 11, 2023
1 parent 59445d3 commit 015f35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PeriodicReports/ReportLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const getReportLabel = (report?: Report) => {

if (!start || !end) return null;
return +start === +end
? 'Final'
? 'Additional Updates'
: start.hasSame(end, 'month')
? start.toFormat('LLLL yyyy')
: `Q${start.fiscalQuarter} FY${start.fiscalYear}`;
Expand Down

0 comments on commit 015f35f

Please sign in to comment.