From b7018deebc5e7a8069a45f5388a92c3639daee60 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 10 Dec 2024 10:57:56 +0100 Subject: [PATCH] Use "remove" in description of "Clear playlist" action (#132079) --- 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 ff246e420ce..1c9ba929b38 100644 --- a/homeassistant/components/media_player/strings.json +++ b/homeassistant/components/media_player/strings.json @@ -282,7 +282,7 @@ }, "clear_playlist": { "name": "Clear playlist", - "description": "Clears the playlist." + "description": "Removes all items from the playlist." }, "shuffle_set": { "name": "Shuffle",