From 77ae1a5f6f186f9eb2c5b8429bba8334a09f4cf6 Mon Sep 17 00:00:00 2001 From: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:35:31 +0100 Subject: [PATCH] Alerting: Rename min interval field to interval in alert query editor (#80453) --- .../unified/components/rule-editor/QueryWrapper.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx b/public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx index 8dff44c525f..9946a487a56 100644 --- a/public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx @@ -239,12 +239,12 @@ export function MinIntervalOption({ return ( - A lower limit for the interval. Recommended to be set to write frequency, for example 1m if your - data is written every minute. + Interval sent to the data source. Recommended to be set to write frequency, for example 1m if + your data is written every minute. } >