From 8f73c53d26413c0eb26b72a8020d97b4f4f995d2 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 10 Apr 2025 21:12:39 +0200 Subject: [PATCH] =?UTF-8?q?Replace=20"Setup=20your=20=E2=80=A6"=20with=20c?= =?UTF-8?q?orrect=20"Set=20up=20your=20=E2=80=A6"=20in=20`iometer`=20(#142?= =?UTF-8?q?685)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homeassistant/components/iometer/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/iometer/strings.json b/homeassistant/components/iometer/strings.json index b3878dd1b53..6e149354eee 100644 --- a/homeassistant/components/iometer/strings.json +++ b/homeassistant/components/iometer/strings.json @@ -2,7 +2,7 @@ "config": { "step": { "user": { - "description": "Setup your IOmeter device for local data", + "description": "Set up your IOmeter device for local data", "data": { "host": "[%key:common::config_flow::data::host%]" },