mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Match "delete" with "create" in the action descriptions (#131989)
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user