From 669527b1e9dd3665ebe9a5026dd44d5d1e18de01 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 27 Aug 2025 18:11:26 +0200 Subject: [PATCH] Capitalize "TV (show)" in `media_player` (#151249) --- homeassistant/components/media_player/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/strings.json b/homeassistant/components/media_player/strings.json index c3b96a5250e..74cd9bc3beb 100644 --- a/homeassistant/components/media_player/strings.json +++ b/homeassistant/components/media_player/strings.json @@ -266,7 +266,7 @@ }, "media_content_type": { "name": "Content type", - "description": "The type of the content to browse, such as image, music, tv show, video, episode, channel, or playlist." + "description": "The type of the content to browse, such as image, music, TV show, video, episode, channel, or playlist." } } },