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:
Norbert Rittel 2024-11-30 17:07:37 +01:00 committed by GitHub
parent 4b678ffb41
commit 5ee8bee6dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},