Match "delete" with "create" in the action descriptions (#131989)

This commit is contained in:
Norbert Rittel 2024-12-01 12:08:35 +01:00 committed by GitHub
parent 6103cea3f5
commit 37972ec88e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,17 +21,17 @@
}, },
"dismiss": { "dismiss": {
"name": "Dismiss", "name": "Dismiss",
"description": "Removes a notification from the notifications panel.", "description": "Deletes a notification from the notifications panel.",
"fields": { "fields": {
"notification_id": { "notification_id": {
"name": "[%key:component::persistent_notification::services::create::fields::notification_id::name%]", "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": { "dismiss_all": {
"name": "Dismiss all", "name": "Dismiss all",
"description": "Removes all notifications from the notifications panel." "description": "Deletes all notifications from the notifications panel."
} }
} }
} }