Skip to content

Commit

Permalink
Remove the misleading word "updates" from system options (#23069)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
NoRi2909 authored Nov 30, 2024
1 parent 4b678ff commit 5ee8bee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 5ee8bee

Please sign in to comment.