From 267b3e279d1f33e473c5f344046862a02fa2fefe Mon Sep 17 00:00:00 2001 From: dontinelli <73341522+dontinelli@users.noreply.github.com> Date: Wed, 20 May 2026 19:53:19 +0200 Subject: [PATCH] Fix update error message key in solarlog (#171611) --- homeassistant/components/solarlog/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/solarlog/strings.json b/homeassistant/components/solarlog/strings.json index ba66e5988d32..e038fbdc530c 100644 --- a/homeassistant/components/solarlog/strings.json +++ b/homeassistant/components/solarlog/strings.json @@ -145,7 +145,7 @@ "config_entry_not_ready": { "message": "Error while loading the config entry." }, - "update_error": { + "update_failed": { "message": "Error while updating data from the API." } }