diff --git a/public/app/features/alerting/unified/components/rule-editor/AlertRuleNameInput.tsx b/public/app/features/alerting/unified/components/rule-editor/AlertRuleNameInput.tsx index ad8158e7b77..5849565febb 100644 --- a/public/app/features/alerting/unified/components/rule-editor/AlertRuleNameInput.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/AlertRuleNameInput.tsx @@ -29,8 +29,7 @@ export const AlertRuleNameInput = () => { title={`Enter ${entityName} name`} description={ - {/* sigh language rules – we should use translations ideally but for now we deal with "a" and "an" */} - Enter {entityName === 'alert rule' ? 'an' : 'a'} {entityName} name to identify your alert. + Enter a name to identify your {entityName}. } >