mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +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": {
|
||||
"label": "State",
|
||||
"attribute": "Attribute (Optional)",
|
||||
"attribute": "Attribute (optional)",
|
||||
"from": "From",
|
||||
"for": "For",
|
||||
"to": "To"
|
||||
@ -3114,8 +3114,8 @@
|
||||
"change_type": "Change type"
|
||||
},
|
||||
"config": {
|
||||
"required": "Required",
|
||||
"optional": "Optional"
|
||||
"required": "required",
|
||||
"optional": "optional"
|
||||
},
|
||||
"entities": {
|
||||
"name": "Entities",
|
||||
|
Loading…
x
Reference in New Issue
Block a user