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>
This commit is contained in:
Oleg Zaytsev 2023-05-03 17:57:18 +02:00 committed by GitHub
parent f03d0698d3
commit c378dbb01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ export const AlertRuleForm = ({ existing, prefill }: Props) => {
onClick={() => setShowEditYaml(true)}
disabled={submitState.loading}
>
Edit yaml
Edit YAML
</Button>
)}
<Button