mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +00:00
Consistent lower-case spelling of "optional" and "required" (#9990)
This commit is contained in:
parent
6486b7fd4c
commit
5c3d85fc90
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user