forked from home-assistant/core
Add missing hyphen to "time-based" in filter
(#144639)
Fix spelling of "time-based" in `filter` Also sentence-case the complete string.
This commit is contained in:
@@ -183,7 +183,7 @@
|
|||||||
"outlier": "Outlier",
|
"outlier": "Outlier",
|
||||||
"throttle": "Throttle",
|
"throttle": "Throttle",
|
||||||
"time_throttle": "Time throttle",
|
"time_throttle": "Time throttle",
|
||||||
"time_simple_moving_average": "Moving Average (Time based)"
|
"time_simple_moving_average": "Moving average (time-based)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
|
Reference in New Issue
Block a user