Skip to content

Commit

Permalink
Clarify 'item' and 'rename' descriptions of 'update_item' action (hom…
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Nov 26, 2024
1 parent a9cab28 commit 7ba0f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/todo/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7ba0f54

Please sign in to comment.