mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01: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:
		
							parent
							
								
									061cd5a50a
								
							
						
					
					
						commit
						509dd80f86
					
				@ -84,7 +84,7 @@ export const FeaturesCell: VFC<FeaturesCellProps> = ({ value, project }) => {
 | 
			
		||||
                            </StyledTooltipContainer>
 | 
			
		||||
                        }
 | 
			
		||||
                    >
 | 
			
		||||
                        {featureNames?.length} toggles
 | 
			
		||||
                        {featureNames?.length} flags
 | 
			
		||||
                    </TooltipLink>
 | 
			
		||||
                }
 | 
			
		||||
            />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user