messages.resetString(default: "Reset captcha")

The title message of the reset button.

Example

pseudo
    <input id="captcha" />
    <script>
        $("#captcha").kendoCaptcha({
            handler: "https://demos.telerik.com/kendo-ui/captcha/reset",
            messages: {
                reset: "Reset",
            }
        });
    </script>
In this article
messages.reset
Not finding the help you need?
Contact Support