mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Replace "State" with "Status" for consistency with Entity picker (#23399)
The Filters pane for entities contains a "Status" section which gives several options to narrow down the list of entities, including "Disabled". For devices, however, the matching selector is currently labelled "State", although it has "Disabled" as the only choice. This conflicts with the device / entity state definition in HA and is inconsistent, getting worse in translations.
This commit is contained in:
parent
5fb384ad31
commit
3cfba7b960
@ -4359,7 +4359,7 @@
|
|||||||
"error_delete": "Error deleting device",
|
"error_delete": "Error deleting device",
|
||||||
"picker": {
|
"picker": {
|
||||||
"search": "Search {number} devices",
|
"search": "Search {number} devices",
|
||||||
"state": "State",
|
"state": "Status",
|
||||||
"bulk_actions": {
|
"bulk_actions": {
|
||||||
"move_area": "Move to area",
|
"move_area": "Move to area",
|
||||||
"no_area": "No area",
|
"no_area": "No area",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user