Fix grammatical error in HomeKit strings (#84043)
Co-authored-by: J. Nick Koston <nick@koston.org>pull/84063/head
parent
e94da1ad0f
commit
650d4d7faa
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue