Alerting: Fix "evalutation" typo (#87930)

This commit is contained in:
Tom Ratcliffe 2024-05-15 17:05:45 +01:00 committed by GitHub
parent f4d55d2612
commit aae6b5312a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 />