Skip to content

Commit

Permalink
removed extra commas
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed May 24, 2024
1 parent e287093 commit 03d2467
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions custom_components/poolmath/strings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"config": {
"step": {
"user": {
"title": "Connect to Pool Math",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]",
}
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error",
},
"abort": {"already_configured": "Device is already configured"},
"config": {
"step": {
"user": {
"title": "Connect to Pool Math",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "Device is already configured"
}
}
}

0 comments on commit 03d2467

Please sign in to comment.