[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 <mail@olegzaytsev.com>
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
(cherry picked from commit c378dbb01b)

Co-authored-by: Oleg Zaytsev <mail@olegzaytsev.com>
This commit is contained in:
Grot (@grafanabot)
2023-05-03 19:10:42 +03:00
committed by GitHub
co-authored by Oleg Zaytsev
parent 98952d72c9
commit 2e8a32ab6e
@@ -221,7 +221,7 @@ export const AlertRuleForm = ({ existing, prefill }: Props) => {
onClick={() => setShowEditYaml(true)}
disabled={submitState.loading}
>
Edit yaml
Edit YAML
</Button>
)}
<Button