fix interval label (#32857)

Signed-off-by: Conor Evans <coevans@tcd.ie>

Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
This commit is contained in:
Conor Evans 2021-04-14 13:19:18 +02:00 committed by GitHub
parent 024b6b5779
commit 0f467d05cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ export class QueryGroupOptionsEditor extends PureComponent<Props, State> {
</InlineFormLabel>
<InlineFormLabel width={6}>{realInterval}</InlineFormLabel>
<div className="gf-form-label query-segment-operator">=</div>
<div className="gf-form-label">Max data points / time range</div>
<div className="gf-form-label">Time range / max data points</div>
</div>
</div>
</>