Fix copypasta control label error 'Until' -> 'Since' (#3399)

This commit is contained in:
Maxime Beauchemin 2017-08-30 14:05:21 -07:00 committed by GitHub
parent ac5da46fb2
commit 3b4cd812ae
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ export const controls = {
since: {
type: 'DateFilterControl',
freeForm: true,
label: 'Until',
label: 'Since',
default: '7 days ago',
},