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 )}