mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: update text in scheduling components (#5746)
This pr updates the text in some of the scheduling components to be more clear and consistent.
This commit is contained in:
		
							parent
							
								
									b0c5baa9d3
								
							
						
					
					
						commit
						1556a51e37
					
				| @ -78,7 +78,7 @@ export const ScheduleChangeRequestDialog: FC<ScheduleChangeRequestDialogProps> = | ||||
|                 > | ||||
|                     Select the date and time when these changes should be | ||||
|                     applied. If you change your mind later, you can reschedule | ||||
|                     the changes or apply the immediately. | ||||
|                     the changes or apply them immediately. | ||||
|                 </Typography> | ||||
|                 <StyledContainer> | ||||
|                     <DateTimePicker | ||||
|  | ||||
| @ -47,7 +47,7 @@ export const ChangeRequestRejectScheduledDialogue: FC< | ||||
|     > | ||||
| > = ({ ...rest }) => { | ||||
|     const message = | ||||
|         'Rejecting the changes now means the scheduled time will be ignored'; | ||||
|         'Rejecting this change request will delete its schedule and it can no longer be rescheduled or applied.'; | ||||
|     const title = 'Reject changes'; | ||||
|     const primaryButtonText = 'Reject changes'; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user