Skip to content

Commit

Permalink
Fix copypasta control label error 'Until' -> 'Since' (#3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Aug 30, 2017
1 parent ac5da46 commit 3b4cd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/javascripts/explore/stores/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ export const controls = {
since: {
type: 'DateFilterControl',
freeForm: true,
label: 'Until',
label: 'Since',
default: '7 days ago',
},

Expand Down

0 comments on commit 3b4cd81

Please sign in to comment.