mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Fix "evalutation" typo (#87930)
This commit is contained in:
parent
f4d55d2612
commit
aae6b5312a
@ -4,7 +4,7 @@ import { config } from '@grafana/runtime';
|
|||||||
import { Alert } from '@grafana/ui';
|
import { Alert } from '@grafana/ui';
|
||||||
|
|
||||||
const EvaluationIntervalLimitExceeded = () => (
|
const EvaluationIntervalLimitExceeded = () => (
|
||||||
<Alert severity="warning" title="Global evalutation interval limit exceeded">
|
<Alert severity="warning" title="Global evaluation interval limit exceeded">
|
||||||
A minimum evaluation interval of <strong>{config.unifiedAlerting.minInterval}</strong> has been configured in
|
A minimum evaluation interval of <strong>{config.unifiedAlerting.minInterval}</strong> has been configured in
|
||||||
Grafana.
|
Grafana.
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user