diff --git a/homeassistant/components/notify/strings.json b/homeassistant/components/notify/strings.json index 12d43b82c00..3fba5e43fc7 100644 --- a/homeassistant/components/notify/strings.json +++ b/homeassistant/components/notify/strings.json @@ -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", diff --git a/homeassistant/components/persistent_notification/strings.json b/homeassistant/components/persistent_notification/strings.json index ca89a4d33cd..b9a4ae4f10f 100644 --- a/homeassistant/components/persistent_notification/strings.json +++ b/homeassistant/components/persistent_notification/strings.json @@ -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." } } }