Consistent lower-case spelling of "optional" and "required" (#9990)

This commit is contained in:
Philip Allgaier 2021-09-09 15:42:42 +02:00 committed by GitHub
parent 6486b7fd4c
commit 5c3d85fc90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1498,7 +1498,7 @@
}, },
"state": { "state": {
"label": "State", "label": "State",
"attribute": "Attribute (Optional)", "attribute": "Attribute (optional)",
"from": "From", "from": "From",
"for": "For", "for": "For",
"to": "To" "to": "To"
@ -3114,8 +3114,8 @@
"change_type": "Change type" "change_type": "Change type"
}, },
"config": { "config": {
"required": "Required", "required": "required",
"optional": "Optional" "optional": "optional"
}, },
"entities": { "entities": {
"name": "Entities", "name": "Entities",