IntervalVariable: Fix variable tooltip (#28988)

pull/28811/head^2
Torkel Ödegaard 5 years ago committed by GitHub
parent 10f226c4c2
commit 99b6ea47c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/variables/interval/IntervalVariableEditor.tsx

@ -73,7 +73,7 @@ export class IntervalVariableEditor extends PureComponent<Props> {
labelClass="width-9"
checked={this.props.variable.auto}
onChange={this.onAutoChange}
tooltip={'Enables multiple values to be selected at the same time'}
tooltip={'Interval will be dynamically calculated by dividing time range by the count specified'}
/>
{this.props.variable.auto && (

Loading…
Cancel
Save