From 96dfa0e0cf283c83c2089fceba151340301ef473 Mon Sep 17 00:00:00 2001
From: Norbert Rittel <norbert@rittel.de>
Date: Thu, 28 Nov 2024 13:44:40 +0100
Subject: [PATCH] Remove wrong plural "s" in 'todo.remove_item' action
 (#131814)

---
 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 45e378c3de5..245e5c82fc8 100644
--- a/homeassistant/components/todo/strings.json
+++ b/homeassistant/components/todo/strings.json
@@ -78,7 +78,7 @@
       "fields": {
         "item": {
           "name": "Item name",
-          "description": "The name for the to-do list items."
+          "description": "The name for the to-do list item."
         }
       }
     }
-- 
GitLab