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