From 350806c0361dec9fe6ba2a1889f37c838ec98196 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Wed, 10 Jan 2024 13:49:25 -0800 Subject: [PATCH] Make to-do list item exception wording consistent (#107743) --- 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 5ef7a5fe35b..717aa310ecd 100644 --- a/homeassistant/components/todo/strings.json +++ b/homeassistant/components/todo/strings.json @@ -93,7 +93,7 @@ }, "exceptions": { "item_not_found": { - "message": "Unable to find To-do item: {item}" + "message": "Unable to find to-do list item: {item}" }, "update_field_not_supported": { "message": "Entity does not support setting field: {service_field}"