From 1c66a5e437a49b807bb6531b4422ac7cad82fa8c Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 17 Jul 2025 10:00:33 +0200 Subject: [PATCH] Sentence-case "Enable state reporting" for Alexa (#26204) Makes it consistent with identical `enable_state_reporting` string for `google`. --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 0510fb1923..76f6599220 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4937,7 +4937,7 @@ "info": "With the Alexa integration for Home Assistant Cloud you'll be able to control all your Home Assistant devices via any Alexa-enabled device.", "enable_ha_skill": "Enable the Home Assistant skill for Alexa", "config_documentation": "Configuration documentation", - "enable_state_reporting": "Enable State Reporting", + "enable_state_reporting": "Enable state reporting", "info_state_reporting": "If you enable state reporting, Home Assistant will send all state changes of exposed entities to Amazon. This allows you to always see the latest states in the Alexa app and use the state changes to create routines.", "state_reporting_error": "Unable to {enable_disable} report state.", "show_entities": "[%key:ui::panel::config::cloud::account::google::show_entities%]",