From dbbd239b8074010817fd8eb0f3780d636f8373f4 Mon Sep 17 00:00:00 2001 From: LJU Date: Sun, 30 Jan 2022 18:54:19 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo=E2=80=99s=20ISS=20(#65228)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix typo’s --- homeassistant/components/iss/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/iss/strings.json b/homeassistant/components/iss/strings.json index cdbaecbeba5..b9dd7c374d0 100644 --- a/homeassistant/components/iss/strings.json +++ b/homeassistant/components/iss/strings.json @@ -2,7 +2,7 @@ "config": { "step": { "user": { - "description": "Do you want to configure the Internation Space Station?", + "description": "Do you want to configure the International Space Station?", "data": { "show_on_map": "Show on map?" } @@ -10,7 +10,7 @@ }, "abort": { "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]", - "latitude_longitude_not_defined": "Latitude and longitude is not defind in Home Assistant." + "latitude_longitude_not_defined": "Latitude and longitude are not defined in Home Assistant." } } - } \ No newline at end of file + }