messages.fileWebAddress String
(default: "Web address")
The caption for the file URL in the insertFile dialog.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
fileWebAddress: "Web address"
}
});
</script>