From 06d8570e2ceb7ddcd1a563e1fae5bb009dbe450d Mon Sep 17 00:00:00 2001 From: James Myatt Date: Wed, 10 Jun 2026 21:34:48 +0100 Subject: [PATCH] (todo) Fix status field description (#173458) --- homeassistant/components/todo/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/todo/strings.json b/homeassistant/components/todo/strings.json index eb6fe5b9b62..812477c7456 100644 --- a/homeassistant/components/todo/strings.json +++ b/homeassistant/components/todo/strings.json @@ -125,7 +125,7 @@ "name": "Rename item" }, "status": { - "description": "A status or confirmation of the to-do item.", + "description": "A status for the to-do item.", "name": "Set status" } },