diff --git a/docs/sources/alerting/configure-notifications/create-silence.md b/docs/sources/alerting/configure-notifications/create-silence.md index cb0925a5e17..7e5da80ad56 100644 --- a/docs/sources/alerting/configure-notifications/create-silence.md +++ b/docs/sources/alerting/configure-notifications/create-silence.md @@ -78,7 +78,7 @@ To add a silence, complete the following steps. {{< docs/shared lookup="alerts/how_label_matching_works.md" source="grafana" version="" >}} - Any matching alerts (in the firing state only) will show under **Affected alert rule instances**. + Any matching alerts (in the firing state only) display under **Affected alert instances**. 1. In **Comment**, add details about the silence. 1. Click **Submit**. diff --git a/public/app/features/alerting/unified/components/silences/SilencedInstancesPreview.tsx b/public/app/features/alerting/unified/components/silences/SilencedInstancesPreview.tsx index 678ae5cfe2f..f50bbee9c47 100644 --- a/public/app/features/alerting/unified/components/silences/SilencedInstancesPreview.tsx +++ b/public/app/features/alerting/unified/components/silences/SilencedInstancesPreview.tsx @@ -80,7 +80,7 @@ export const SilencedInstancesPreview = ({ amSourceName, matchers: inputMatchers return (

- Affected alert rule instances + Affected alert instances diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index 75c470cc7fa..72a4d46891e 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -533,7 +533,7 @@ "save-query": "Save current search" }, "silences": { - "affected-instances": "Affected alert rule instances", + "affected-instances": "Affected alert instances", "only-firing-instances": "Only alert instances in the firing state are displayed.", "preview-affected-instances": "Preview the alert instances affected by this silence." }, diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json index 9eecbf9d185..ae287806131 100644 --- a/public/locales/pseudo-LOCALE/grafana.json +++ b/public/locales/pseudo-LOCALE/grafana.json @@ -533,7 +533,7 @@ "save-query": "Ŝävę čūřřęʼnŧ şęäřčĥ" }, "silences": { - "affected-instances": "Ńƒęčŧęđ äľęřŧ řūľę įʼnşŧäʼnčęş", + "affected-instances": "Ńƒęčŧęđ äľęřŧ įʼnşŧäʼnčęş", "only-firing-instances": "Øʼnľy äľęřŧ įʼnşŧäʼnčęş įʼn ŧĥę ƒįřįʼnģ şŧäŧę äřę đįşpľäyęđ.", "preview-affected-instances": "Přęvįęŵ ŧĥę äľęřŧ įʼnşŧäʼnčęş äƒƒęčŧęđ þy ŧĥįş şįľęʼnčę." },