mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Fix incorrect field description (#75947)
This commit is contained in:
parent
61fbcce683
commit
d0592fce2f
@ -29,8 +29,7 @@ export const AlertRuleNameInput = () => {
|
|||||||
title={`Enter ${entityName} name`}
|
title={`Enter ${entityName} name`}
|
||||||
description={
|
description={
|
||||||
<Text variant="bodySmall" color="secondary">
|
<Text variant="bodySmall" color="secondary">
|
||||||
{/* sigh language rules – we should use translations ideally but for now we deal with "a" and "an" */}
|
Enter a name to identify your {entityName}.
|
||||||
Enter {entityName === 'alert rule' ? 'an' : 'a'} {entityName} name to identify your alert.
|
|
||||||
</Text>
|
</Text>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user