mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +00:00
Remove the misleading word "updates" from system options (#23069)
Remove the misleading word "update" from system options The second option in the system options dialog for integrations uses the word "updates" in both the headline and the explanation. This is highly misleading as it sounds like polling for firmware updates for many device integrations. Therefore the words "(state) changes" should be used instead.
This commit is contained in:
parent
4b678ffb41
commit
5ee8bee6dc
@ -1658,10 +1658,10 @@
|
||||
},
|
||||
"config_entry_system_options": {
|
||||
"title": "System options for {integration}",
|
||||
"enable_new_entities_label": "Enable newly added entities.",
|
||||
"enable_new_entities_label": "Enable newly added entities",
|
||||
"enable_new_entities_description": "If newly discovered devices for {integration} should be automatically added.",
|
||||
"enable_polling_label": "Enable polling for updates.",
|
||||
"enable_polling_description": "If Home Assistant should automatically poll {integration} entities for updates.",
|
||||
"enable_polling_label": "Enable polling for changes",
|
||||
"enable_polling_description": "If Home Assistant should automatically poll {integration} entities for state changes.",
|
||||
"restart_home_assistant": "You need to restart Home Assistant for your changes to take effect.",
|
||||
"update": "Update"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user