adaptiveSubtitleString
Allows customization of the subtitle's text in the adaptive view of the component.
Example
<div id="daterangepicker"></div>
<script>
$("#daterangepicker").kendoDateRangePicker({
    adaptiveMode: "auto",
    adaptiveSubtitle: "Choose start and end dates"
});
</script>In this article