Skip to content

Commit

Permalink
Fix string error
Browse files Browse the repository at this point in the history
  • Loading branch information
itchannel committed Aug 24, 2023
1 parent 386ca41 commit 2a82fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/fordpass/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"password": "FordPass Password",
"region": "FordPass Region"
}
}
},
"vehicle": {
},
"vehicle": {
"title": "Select vehicle to add",
"description": "Select the vehicle to add",
"data": {
"vin": "VIN"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
Expand Down

0 comments on commit 2a82fa8

Please sign in to comment.