mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: change "toggle updated" to "flag updated" in toast message (#7439)
This message appears to have been missed when we did the previous migration from "toggle" to "flag".
This commit is contained in:
		
							parent
							
								
									c14c67f476
								
							
						
					
					
						commit
						8ef59cd45d
					
				| @ -57,7 +57,7 @@ const EditFeature = () => { | ||||
|             await patchFeatureFlag(project, featureId, patch); | ||||
|             navigate(`/projects/${project}/features/${name}`); | ||||
|             setToastData({ | ||||
|                 title: 'Toggle updated successfully', | ||||
|                 title: 'Flag updated successfully', | ||||
|                 type: 'success', | ||||
|             }); | ||||
|         } catch (error: unknown) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user