Remove Markdown from service action descriptions (#122077)

pull/122095/head^2
Franck Nijhof 2024-07-17 17:20:19 +02:00 committed by GitHub
parent 10c084c6e0
commit 7a4e40ade0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@
},
"persistent_notification": {
"name": "Send a persistent notification",
"description": "Sends a notification that is visible in the **Notifications** panel.",
"description": "Sends a notification that is visible in the notifications panel.",
"fields": {
"message": {
"name": "Message",

View File

@ -3,7 +3,7 @@
"services": {
"create": {
"name": "Create",
"description": "Shows a notification on the **Notifications** panel.",
"description": "Shows a notification on the notifications panel.",
"fields": {
"message": {
"name": "Message",
@ -21,7 +21,7 @@
},
"dismiss": {
"name": "Dismiss",
"description": "Removes a notification from the **Notifications** panel.",
"description": "Removes a notification from the notifications panel.",
"fields": {
"notification_id": {
"name": "[%key:component::persistent_notification::services::create::fields::notification_id::name%]",
@ -31,7 +31,7 @@
},
"dismiss_all": {
"name": "Dismiss all",
"description": "Removes all notifications from the **Notifications** panel."
"description": "Removes all notifications from the notifications panel."
}
}
}