diff --git a/public/app/features/variables/interval/IntervalVariableEditor.tsx b/public/app/features/variables/interval/IntervalVariableEditor.tsx index f0e33f347cf..071095b7e44 100644 --- a/public/app/features/variables/interval/IntervalVariableEditor.tsx +++ b/public/app/features/variables/interval/IntervalVariableEditor.tsx @@ -73,7 +73,7 @@ export class IntervalVariableEditor extends PureComponent { 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 && (