From 7ba0f54412ece558f7a7a31cad450a9c3104b2b2 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 26 Nov 2024 19:19:27 +0100 Subject: [PATCH] Clarify 'item' and 'rename' descriptions of 'update_item' action (#131336) --- homeassistant/components/todo/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/todo/strings.json b/homeassistant/components/todo/strings.json index 717aa310ecd..45e378c3de5 100644 --- a/homeassistant/components/todo/strings.json +++ b/homeassistant/components/todo/strings.json @@ -44,11 +44,11 @@ "fields": { "item": { "name": "Item name", - "description": "The name for the to-do list item." + "description": "The current name of the to-do item." }, "rename": { "name": "Rename item", - "description": "The new name of the to-do item" + "description": "The new name for the to-do item" }, "status": { "name": "Set status",