1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: cleanup should be completed (#8819)

This PR changes the term "cleanup" to "completed" for the lifecycle
summary.
This commit is contained in:
Thomas Heartman 2024-11-21 11:05:32 +01:00 committed by GitHub
parent c18952f374
commit 248d859b80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,7 +219,7 @@ export const ProjectLifecycleSummary = () => {
stage={{ name: 'completed' }}
/>
</Counter>
<span>{flagWord('completed')} in cleanup</span>
<span>{flagWord('completed')} in completed</span>
</p>
<AverageDaysStat
averageDays={data?.lifecycleSummary.completed.averageDays}