Fixes #14124 - removes the 1w label (#14577)

This commit is contained in:
Chris Cowan 2017-10-25 11:17:50 -07:00 committed by GitHub
parent c8d71a1fb2
commit 83ed42744b

View file

@ -51,7 +51,7 @@ export const IndexPattern = props => {
/>
</div>
<label className="vis_editor__label" htmlFor={htmlId('interval')}>
Interval (auto, 1m, 1d, 1w, 1y, &gt;=1m)
Interval (auto, 1m, 1d, 7d, 1y, &gt;=1m)
</label>
<input
id={htmlId('interval')}