From c378dbb01b1a7726faf1ccd292043d37a66f6838 Mon Sep 17 00:00:00 2001 From: Oleg Zaytsev Date: Wed, 3 May 2023 17:57:18 +0200 Subject: [PATCH] AlertRuleForm: s/Edit yaml/Edit YAML/ (#67714) YAML is an acronym and should be uppercased when used in texts. Signed-off-by: Oleg Zaytsev Co-authored-by: Gilles De Mey --- .../alerting/unified/components/rule-editor/AlertRuleForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx b/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx index 92680cac669..3226b13367e 100644 --- a/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx @@ -221,7 +221,7 @@ export const AlertRuleForm = ({ existing, prefill }: Props) => { onClick={() => setShowEditYaml(true)} disabled={submitState.loading} > - Edit yaml + Edit YAML )}