Skip to content

Commit d00ed05

Browse files
committed
Change "Toggle clock" to "Toggle calendar" in documentation
1 parent 5d876c6 commit d00ed05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Displays an input field complete with custom inputs, native input, and a calenda
9494

9595
|Prop name|Description|Default value|Example values|
9696
|----|----|----|----|
97-
|calendarAriaLabel|`aria-label` for the calendar button.|n/a|`"Toggle clock"`|
97+
|calendarAriaLabel|`aria-label` for the calendar button.|n/a|`"Toggle calendar"`|
9898
|calendarClassName|Class name(s) that will be added along with "react-calendar" to the main React-Calendar `<div>` element.|n/a|<ul><li>String: `"class1 class2"`</li><li>Array of strings: `["class1", "class2 class3"]`</li></ul>|
9999
|calendarIcon|Content of the calendar button. Setting the value explicitly to `null` will hide the icon.| (default icon)|<ul><li>String: `"Calendar"`</li><li>React element: `<CalendarIcon />`</li></ul>|
100100
|className|Class name(s) that will be added along with `"react-date-picker"` to the main React-Date-Picker `<div>` element.|n/a|<ul><li>String: `"class1 class2"`</li><li>Array of strings: `["class1", "class2 class3"]`</li></ul>|

0 commit comments

Comments
 (0)