messages.redoString(default: "Redo")

The button label when state is "redo".

Example - set the redo label

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