1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +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:
Thomas Heartman 2024-01-03 13:48:52 +01:00 committed by GitHub
parent b0c5baa9d3
commit 1556a51e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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';