Skip to content

Commit

Permalink
Fix json syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ankohanse committed Dec 12, 2023
1 parent 6481cda commit a638f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/dabpumps/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
Expand All @@ -24,7 +24,7 @@
"title": "General Options",
"data": {
"polling_interval": "Polling interval",
},
}
}
},
"error": {
Expand Down

0 comments on commit a638f65

Please sign in to comment.