messages.checkpointRestoredTextString(default: "Checkpoint Restored")

The stamp text displayed alongside the redo button when state is "redo", indicating that a checkpoint has previously been restored.

Example - set the checkpoint restored text

<div id="checkpoint"></div>
<script>
$("#checkpoint").kendoCheckpoint({
    state: "redo",
    messages: {
        checkpointRestoredText: "Reverted"
    }
});
</script>
In this article
messages.checkpointRestoredText
Not finding the help you need?
Contact Support