Skip to content

Commit

Permalink
add the missing right bracket (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
yileic authored and mistercrunch committed Apr 22, 2017
1 parent 83abfef commit eb762c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/javascripts/explorev2/stores/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ export const controls = {
description: 'Overlay a timeseries from a ' +
'relative time period. Expects relative time delta ' +
'in natural language (example: 24 hours, 7 days, ' +
'56 weeks, 365 days',
'56 weeks, 365 days)',
},

subheader: {
Expand Down

0 comments on commit eb762c8

Please sign in to comment.