From 67fc682df2420e6ac7012a155ebb04be1a597b3f Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Fri, 25 Apr 2025 17:27:32 +0200 Subject: [PATCH] Sentence-case "webhook" in `locative` (#143646) --- homeassistant/components/locative/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/locative/strings.json b/homeassistant/components/locative/strings.json index 7cc53f18428..9d6c07ee442 100644 --- a/homeassistant/components/locative/strings.json +++ b/homeassistant/components/locative/strings.json @@ -2,7 +2,7 @@ "config": { "step": { "user": { - "title": "Set up the Locative Webhook", + "title": "Set up the Locative webhook", "description": "[%key:common::config_flow::description::confirm_setup%]" } },