From 9730ac4e7247afe11f7072793435bbbaa6c399de Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 20 Jan 2025 14:58:53 +0100 Subject: [PATCH] Replace `targets` key with UI name 'Targets' in media_player.join action (#136063) --- 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 1c9ba929b38..be06ae22cdc 100644 --- a/homeassistant/components/media_player/strings.json +++ b/homeassistant/components/media_player/strings.json @@ -310,7 +310,7 @@ "fields": { "group_members": { "name": "Group members", - "description": "The players which will be synced with the playback specified in `target`." + "description": "The players which will be synced with the playback specified in 'Targets'." } } },