Remove Markdown from service action descriptions (#122077)
parent
10c084c6e0
commit
7a4e40ade0
|
@ -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",
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue