messages.actionButtonLoadingString(default: "Stop")
Sets the tooltip and aria-label for the stop button.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
messages: {
actionButtonLoading: "Cancel Generation"
}
});
</script>