messages.reset String(default: "Reset captcha")

The title message of the reset button.

Example

<input id="captcha" />
<script>
    $("#captcha").kendoCaptcha({
        handler: "https://demos.telerik.com/kendo-ui/captcha/reset"
        messages: {
            reset: "Reset",
        }
    });
</script>
In this article