mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
f03d0698d3
commit
c378dbb01b
@ -221,7 +221,7 @@ export const AlertRuleForm = ({ existing, prefill }: Props) => {
|
||||
onClick={() => setShowEditYaml(true)}
|
||||
disabled={submitState.loading}
|
||||
>
|
||||
Edit yaml
|
||||
Edit YAML
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
|
Loading…
Reference in New Issue
Block a user