Skip to content

Commit

Permalink
change text
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxue committed Aug 25, 2024
1 parent e256823 commit ca4a71c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export const EditEventModal = (props: EditEventProps) => {
title={`Delete ${
occurrence.event.rule ? "Recurring " : ""
}Event`}
occurrenceText="Delete This Event"
occurrenceText="Cancel This Event"
eventText={
occurrence.event.rule
? "Delete All Events"
Expand Down

0 comments on commit ca4a71c

Please sign in to comment.