Fix grammatical error in HomeKit strings (#84043)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
DataBitz 2022-12-16 06:51:24 +13:00 committed by GitHub
parent e94da1ad0f
commit 650d4d7faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
}, },
"pairing": { "pairing": {
"title": "Pair HomeKit", "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": { "abort": {

View File

@ -5,7 +5,7 @@
}, },
"step": { "step": {
"pairing": { "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" "title": "Pair HomeKit"
}, },
"user": { "user": {