mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Clarify 'item' and 'rename' descriptions of 'update_item' action (#131336)
This commit is contained in:
@@ -44,11 +44,11 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"item": {
|
"item": {
|
||||||
"name": "Item name",
|
"name": "Item name",
|
||||||
"description": "The name for the to-do list item."
|
"description": "The current name of the to-do item."
|
||||||
},
|
},
|
||||||
"rename": {
|
"rename": {
|
||||||
"name": "Rename item",
|
"name": "Rename item",
|
||||||
"description": "The new name of the to-do item"
|
"description": "The new name for the to-do item"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"name": "Set status",
|
"name": "Set status",
|
||||||
|
Reference in New Issue
Block a user