Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 8ee6358

Browse files
committed
fix input range text
1 parent 5c7c305 commit 8ee6358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/defaultRanges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const defaultInputRanges = [
105105
},
106106
},
107107
{
108-
label: 'days up to yesterday',
108+
label: 'days starting today',
109109
range(value) {
110110
const today = new Date();
111111
return {

0 commit comments

Comments
 (0)