diff --git a/src/index.tsx b/src/index.tsx index 05fde7b81..6918d8bc8 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1923,7 +1923,7 @@ export class DatePicker extends Component { endDate, clearButtonTitle, clearButtonClassName = "", - ariaLabelClose = "Close", + ariaLabelClose = "Clear", selectedDates, readOnly, } = this.props;