1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +02:00

feat: explain complete feature name (#8120)

This commit is contained in:
Mateusz Kwasniewski 2024-09-06 12:45:06 +02:00 committed by GitHub
parent 47753b90b2
commit e8fee92838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,12 +72,12 @@ export const MarkCompletedDialogue = ({
mb: 4, mb: 4,
}} }}
> >
Marking the feature flag as complete does not affect any Marking the feature <b>{featureId}</b> as complete does not
configuration, but it moves the feature flag into its next affect any configuration, but it moves the feature flag into
life cycle stage and is an indication that you have learned its next life cycle stage and is an indication that you
what you needed in order to progress with the feature. It have learned what you needed in order to progress with the
serves as a reminder to start cleaning up the feature flag feature. It serves as a reminder to start cleaning up the
and removing it from the code. feature flag and removing it from the code.
</Box> </Box>
<Typography <Typography