1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00

chore: Update from "toggles" to "flags" (#10647)

Updates the features cell text when you have lots of flags affected.

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

Before:
<img width="245" height="154" alt="image"
src="https://github.com/user-attachments/assets/922334f4-a0f1-4dee-9d14-3c9b3f77f32c"
/>

After:
<img width="275" height="170" alt="image"
src="https://github.com/user-attachments/assets/7fa0f454-e695-46aa-918b-c22b97e94187"
/>
This commit is contained in:
Thomas Heartman 2025-09-10 16:05:18 +02:00 committed by GitHub
parent 061cd5a50a
commit 509dd80f86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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