mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
fix: cleanup should be completed (#8819)
This PR changes the term "cleanup" to "completed" for the lifecycle summary.
This commit is contained in:
parent
c18952f374
commit
248d859b80
@ -219,7 +219,7 @@ export const ProjectLifecycleSummary = () => {
|
|||||||
stage={{ name: 'completed' }}
|
stage={{ name: 'completed' }}
|
||||||
/>
|
/>
|
||||||
</Counter>
|
</Counter>
|
||||||
<span>{flagWord('completed')} in cleanup</span>
|
<span>{flagWord('completed')} in completed</span>
|
||||||
</p>
|
</p>
|
||||||
<AverageDaysStat
|
<AverageDaysStat
|
||||||
averageDays={data?.lifecycleSummary.completed.averageDays}
|
averageDays={data?.lifecycleSummary.completed.averageDays}
|
||||||
|
Loading…
Reference in New Issue
Block a user