From 6b76b3e729a20471d7eb619837cd38944e53d217 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:09:03 +0200 Subject: [PATCH] Fix typos in exception translations of Xbox integration (#154849) --- homeassistant/components/xbox/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/xbox/strings.json b/homeassistant/components/xbox/strings.json index c5b424da6cf69d..07cc231ea9bff4 100644 --- a/homeassistant/components/xbox/strings.json +++ b/homeassistant/components/xbox/strings.json @@ -54,10 +54,10 @@ }, "exceptions": { "request_exception": { - "message": "Failed to connect Xbox Network: {error}" + "message": "Failed to connect to Xbox Network: {error}" }, "timeout_exception": { - "message": "Failed to connect Xbox Network due to a connection timeout" + "message": "Failed to connect to Xbox Network due to a connection timeout" } } }