From d0592fce2f905f48b7a2a87e28b5c3fe3c5af33b Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Wed, 4 Oct 2023 13:36:53 +0200 Subject: [PATCH] Alerting: Fix incorrect field description (#75947) --- .../unified/components/rule-editor/AlertRuleNameInput.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}. } >