From 0a9d134f49170a6e0836c35f81b27212168efc87 Mon Sep 17 00:00:00 2001 From: Norbert Rittel <norbert@rittel.de> Date: Thu, 13 Feb 2025 10:28:55 +0100 Subject: [PATCH] Make descriptions of `data` fields in notify actions UI-friendly (#138431) Also fixes a duplicated period at the end of the second string. --- homeassistant/components/notify/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/strings.json b/homeassistant/components/notify/strings.json index e832bfc248a..b33af360448 100644 --- a/homeassistant/components/notify/strings.json +++ b/homeassistant/components/notify/strings.json @@ -24,7 +24,7 @@ }, "data": { "name": "Data", - "description": "Some integrations provide extended functionality. For information on how to use _data_, refer to the integration documentation." + "description": "Some integrations provide extended functionality via this field. For more information, refer to the integration documentation." } } }, @@ -56,7 +56,7 @@ }, "data": { "name": "Data", - "description": "Some integrations provide extended functionality. For information on how to use _data_, refer to the integration documentation.." + "description": "Some integrations provide extended functionality via this field. For more information, refer to the integration documentation." } } } -- GitLab