The cancelText property (string) specifies the text of the "Cancel" button.
DayPilot.Modal.cancelText"Cancel"This property only applies to the options object passed to the built-in dialog methods:
DayPilot.Modal.confirm("Do you want to continue?", {
okText: "Yes",
cancelText: "No"
});