From 29e7aa753cafe24ed67a240364df630ddf720648 Mon Sep 17 00:00:00 2001 From: Jason Hunter Date: Mon, 26 Oct 2020 17:10:30 -0400 Subject: [PATCH] Remove title string from Xbox translations (#42431) --- homeassistant/components/xbox/strings.json | 1 - homeassistant/components/xbox/translations/en.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/homeassistant/components/xbox/strings.json b/homeassistant/components/xbox/strings.json index ccece2d7f73..accd6775941 100644 --- a/homeassistant/components/xbox/strings.json +++ b/homeassistant/components/xbox/strings.json @@ -1,5 +1,4 @@ { - "title": "xbox", "config": { "step": { "pick_implementation": { diff --git a/homeassistant/components/xbox/translations/en.json b/homeassistant/components/xbox/translations/en.json index ae5465f889e..0bb1266bded 100644 --- a/homeassistant/components/xbox/translations/en.json +++ b/homeassistant/components/xbox/translations/en.json @@ -13,6 +13,5 @@ "title": "Pick Authentication Method" } } - }, - "title": "xbox" + } } \ No newline at end of file