From 2e8a32ab6e45fbb0f9914add477f3bd733dba40c Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 3 May 2023 12:10:42 -0400 Subject: [PATCH] [v10.0.x] AlertRuleForm: s/Edit yaml/Edit YAML/ (#67763) 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 (cherry picked from commit c378dbb01b1a7726faf1ccd292043d37a66f6838) Co-authored-by: Oleg Zaytsev --- .../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 )}