1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: Update from "toggles" to "flags"

Looks like we missed this one in a previous renaming attempt.

Before:

After:
This commit is contained in:
Thomas Heartman 2025-09-10 13:33:01 +02:00
parent 0ea006f72c
commit 8e64ff8487
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -84,7 +84,7 @@ export const FeaturesCell: VFC<FeaturesCellProps> = ({ value, project }) => {
</StyledTooltipContainer>
}
>
{featureNames?.length} toggles
{featureNames?.length} flags
</TooltipLink>
}
/>