mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Match "delete" with "create" in the action descriptions (#131989)
This commit is contained in:
parent
6103cea3f5
commit
37972ec88e
@ -21,17 +21,17 @@
|
||||
},
|
||||
"dismiss": {
|
||||
"name": "Dismiss",
|
||||
"description": "Removes a notification from the notifications panel.",
|
||||
"description": "Deletes a notification from the notifications panel.",
|
||||
"fields": {
|
||||
"notification_id": {
|
||||
"name": "[%key:component::persistent_notification::services::create::fields::notification_id::name%]",
|
||||
"description": "ID of the notification to be removed."
|
||||
"description": "ID of the notification to be deleted."
|
||||
}
|
||||
}
|
||||
},
|
||||
"dismiss_all": {
|
||||
"name": "Dismiss all",
|
||||
"description": "Removes all notifications from the notifications panel."
|
||||
"description": "Deletes all notifications from the notifications panel."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user