Fix typo in EnOcean (#86868)

This commit is contained in:
Martin Mauch 2023-01-31 09:49:37 +01:00 committed by GitHub
parent 7f01d57965
commit a28e7e1541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
"config": { "config": {
"step": { "step": {
"detect": { "detect": {
"title": "Select the path to you ENOcean dongle", "title": "Select the path to your ENOcean dongle",
"data": { "data": {
"path": "USB dongle path" "path": "USB dongle path"
} }
}, },
"manual": { "manual": {
"title": "Enter the path to you ENOcean dongle", "title": "Enter the path to your ENOcean dongle",
"data": { "data": {
"path": "USB dongle path" "path": "USB dongle path"
} }