From 5ee8bee6dc23f60d8495c00130ac88be38dc1d35 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sat, 30 Nov 2024 17:07:37 +0100 Subject: [PATCH] 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. --- src/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 8818b6435a..0cdf5a0d78 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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" },