messages.restoreString(default: "Restore Checkpoint")

The button label when state is "restore".

Example - set the restore label

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