Fix copypasta control label error 'Until' -> 'Since' (#3399)
This commit is contained in:
parent
ac5da46fb2
commit
3b4cd812ae
|
|
@ -559,7 +559,7 @@ export const controls = {
|
|||
since: {
|
||||
type: 'DateFilterControl',
|
||||
freeForm: true,
|
||||
label: 'Until',
|
||||
label: 'Since',
|
||||
default: '7 days ago',
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue