From 650d4d7faa5c788531250d00b6d765d77ed1d34a Mon Sep 17 00:00:00 2001 From: DataBitz <5953303+DataBitz@users.noreply.github.com> Date: Fri, 16 Dec 2022 06:51:24 +1300 Subject: [PATCH] Fix grammatical error in HomeKit strings (#84043) Co-authored-by: J. Nick Koston --- homeassistant/components/homekit/strings.json | 2 +- homeassistant/components/homekit/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/homekit/strings.json b/homeassistant/components/homekit/strings.json index 2c0fad0290e..d041f8e0551 100644 --- a/homeassistant/components/homekit/strings.json +++ b/homeassistant/components/homekit/strings.json @@ -62,7 +62,7 @@ }, "pairing": { "title": "Pair HomeKit", - "description": "To complete pairing following the instructions in \u201cNotifications\u201d under \u201cHomeKit Pairing\u201d." + "description": "To complete pairing follow the instructions in \u201cNotifications\u201d under \u201cHomeKit Pairing\u201d." } }, "abort": { diff --git a/homeassistant/components/homekit/translations/en.json b/homeassistant/components/homekit/translations/en.json index f0c26868e7d..0ec23f9389d 100644 --- a/homeassistant/components/homekit/translations/en.json +++ b/homeassistant/components/homekit/translations/en.json @@ -5,7 +5,7 @@ }, "step": { "pairing": { - "description": "To complete pairing following the instructions in \u201cNotifications\u201d under \u201cHomeKit Pairing\u201d.", + "description": "To complete pairing follow the instructions in \u201cNotifications\u201d under \u201cHomeKit Pairing\u201d.", "title": "Pair HomeKit" }, "user": {