Alerting: Rename min interval field to interval in alert query editor (#80453)

pull/80479/head
Armand Grillet 1 year ago committed by GitHub
parent 7f3b748b29
commit 77ae1a5f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx

@ -239,12 +239,12 @@ export function MinIntervalOption({
return (
<InlineField
label="Min interval"
label="Interval"
labelWidth={24}
tooltip={
<>
A lower limit for the interval. Recommended to be set to write frequency, for example <code>1m</code> if your
data is written every minute.
Interval sent to the data source. Recommended to be set to write frequency, for example <code>1m</code> if
your data is written every minute.
</>
}
>

Loading…
Cancel
Save